Skip to content

Commit 7149170

Browse files
committed
Apply lazy loading to images
1 parent 70b606d commit 7149170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/overlay/Dccon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="dccon">
3-
<img class="image" :src="dccon.path" :alt="dccon.keywords[0]" @click.prevent="clicked" @mouseover="hovered">
3+
<img class="image" :src="dccon.path" :alt="dccon.keywords[0]" @click.prevent="clicked" @mouseover="hovered" loading="lazy">
44
</div>
55
</template>
66

0 commit comments

Comments
 (0)