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

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

Loading…
Cancel
Save