Browse Source

Bump the priority of the first displayed image

master
David Larlet 2 years ago
parent
commit
eb7dc06813
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      theme/media.html.j2

+ 3
- 0
theme/media.html.j2 View File

@@ -21,6 +21,7 @@
"
sizes="min(100vw, calc(100vh * {{ photo.width }} / {{ photo.height }}))"
type="image/webp">
<!-- The <img> tag is a fallback image (required in the <picture> tag) -->
<img
src="{{ photo.gallery_slug }}/jpg/{{ photo.name }}_{{ sizes.0.0 }}x{{ sizes.0.1 }}.jpg"
width="{{ photo.width }}" height="{{ photo.height }}"
@@ -30,6 +31,8 @@
{%- endfor -%}
"
sizes="min(100vw, calc(100vh * {{ photo.width }} / {{ photo.height }}))"
fetchpriority="high"
decoding="sync"
alt="TODO">
</picture>
</div>

Loading…
Cancel
Save