Skip to content

Commit

Permalink
Remove lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
saloniamatteo committed Nov 4, 2024
1 parent 5cc7ce4 commit 1f42bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<!-- Picture -->
<div class="grid-c-3 grid-r-3 mr-2 u-center">
<img class="w-32 mt-2 u-round-lg" src="/pics/me.jpeg" loading="lazy">
<img class="w-32 mt-2 u-round-lg" src="/pics/me.jpeg">
</div>
</div>
</div>
Expand Down

0 comments on commit 1f42bed

Please sign in to comment.