Skip to content

Commit

Permalink
fix: fix typo preventing image lazy load
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 6, 2021
1 parent 6ef175f commit 29ed05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pages/posts/content/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<template v-else-if="isImage">
<img
:src="mediaResolutionChooser.url"
loading="'lazy'"
loading="lazy"
:class="{
'opacity-100': media.hasLoaded,
}"
Expand Down

0 comments on commit 29ed05c

Please sign in to comment.