summaryrefslogtreecommitdiff
path: root/templates/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detail.html')
-rw-r--r--templates/detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/detail.html b/templates/detail.html
index df3f96a..59779d8 100644
--- a/templates/detail.html
+++ b/templates/detail.html
@@ -7,7 +7,7 @@
<aside class="detail-poster">
<div class="poster-frame poster-large">
{% if film.poster_url %}
- <img src="{{ film.poster_url }}" alt="{{ film.title }} poster">
+ <img src="{{ film.poster_url }}" alt="{{ film.title }} poster" loading="lazy">
{% else %}
<span>{{ film.title[:1] }}</span>
{% endif %}