Skip to content

Commit

Permalink
Fix thumbnails 2
Browse files Browse the repository at this point in the history
  • Loading branch information
s7uck authored Aug 16, 2024
1 parent cfb7dc7 commit f0c1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permalink: /gallery

<ol class="grid" id="photo-grid">{% for photo in photos %}
<li class="card{% if photo.rating >= 4 %} big{% endif %}" onclick="window.location = '{{ photo.url }}'">
<img src="{{ photo.image | replace: "jpg", "webp" }}" alt="{{ photo.title }}">
<img src="{{ photo.slug }}.webp" alt="{{ photo.title }}">

<figcaption>
<small>
Expand Down

0 comments on commit f0c1e20

Please sign in to comment.