We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ed3c5 commit 2a6841bCopy full SHA for 2a6841b
_layouts/home.html
@@ -76,16 +76,16 @@
76
<img
77
src="{{ post.light_image.path }}"
78
alt="{{ post.light_image.alt}}"
79
- {{ post.light_image.lqip }}
80
- class="popup img-link light shimmer"
+ lqip="{{ post.light_image.lqip }}"
+ class="img-fluid popup img-link light shimmer"
81
loading="lazy"
82
style="height: 100%; border-top-right-radius: 8px; border-bottom-right-radius: 8px;"
83
>
84
85
src="{{ post.dark_image.path }}"
86
alt="{{ post.dark_image.alt}}"
87
- {{ post.dark_image.lqip }}
88
- class="popup img-link dark"
+ lqip="{{ post.dark_image.lqip }}"
+ class="img-fluid popup img-link dark"
89
90
style="height: 100%;border-top-right-radius: 8px; border-bottom-right-radius: 8px;"
91
0 commit comments