Skip to content

Commit

Permalink
Lazy load images
Browse files Browse the repository at this point in the history
  • Loading branch information
Arzte committed Jul 2, 2024
1 parent 4ee875c commit 375c779
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 375c779

Please sign in to comment.