We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7149170 commit 7784000Copy full SHA for 7784000
frontend/src/components/overlay/Dccon.vue
@@ -1,6 +1,14 @@
1
<template>
2
<div class="dccon">
3
- <img class="image" :src="dccon.path" :alt="dccon.keywords[0]" @click.prevent="clicked" @mouseover="hovered" loading="lazy">
+ <img
4
+ class="image"
5
+ loading="lazy"
6
+ width="32px"
7
+ height="32px"
8
+ :src="dccon.path"
9
+ :alt="dccon.keywords[0]"
10
+ @click.prevent="clicked"
11
+ @mouseover="hovered">
12
</div>
13
</template>
14
0 commit comments