Skip to content

Commit

Permalink
Merge pull request #6 from Arzte/lazy-load
Browse files Browse the repository at this point in the history
Lazy load images
  • Loading branch information
ltouroumov authored Jul 2, 2024
2 parents 4ee875c + 375c779 commit 31ba1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/viewer/ViewProjectObj.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<img
v-if="obj.image"
class="obj-image"
loading="lazy"
:src="obj.image"
:alt="obj.title"
/>
Expand Down

0 comments on commit 31ba1c1

Please sign in to comment.