Ver código fonte

Bump the priority of the first displayed image

master
David Larlet 2 anos atrás
pai
commit
eb7dc06813
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      theme/media.html.j2

+ 3
- 0
theme/media.html.j2 Ver arquivo

@@ -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>

Carregando…
Cancelar
Salvar