Skip to content

Commit 2a6841b

Browse files
committed
style: add class img-fluid
1 parent f7ed3c5 commit 2a6841b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
<img
7777
src="{{ post.light_image.path }}"
7878
alt="{{ post.light_image.alt}}"
79-
{{ post.light_image.lqip }}
80-
class="popup img-link light shimmer"
79+
lqip="{{ post.light_image.lqip }}"
80+
class="img-fluid popup img-link light shimmer"
8181
loading="lazy"
8282
style="height: 100%; border-top-right-radius: 8px; border-bottom-right-radius: 8px;"
8383
>
8484
<img
8585
src="{{ post.dark_image.path }}"
8686
alt="{{ post.dark_image.alt}}"
87-
{{ post.dark_image.lqip }}
88-
class="popup img-link dark"
87+
lqip="{{ post.dark_image.lqip }}"
88+
class="img-fluid popup img-link dark"
8989
loading="lazy"
9090
style="height: 100%;border-top-right-radius: 8px; border-bottom-right-radius: 8px;"
9191
>

0 commit comments

Comments
 (0)