fix: encode

This commit is contained in:
Cory Dransfeldt 2024-10-17 16:58:52 -07:00
parent bbae08a925
commit d0a4a67e12
No known key found for this signature in database
11 changed files with 16 additions and 45 deletions

View file

@ -22,7 +22,7 @@ schema: movie
(max-width: 850px) 512px,
1024px"
src="{{ globals.cdn_url }}{{ movie.backdrop }}?class=bannersm&type=webp"
alt="{{ alt }}"
alt="{{ alt | replaceQuotes }}"
class="image-banner"
loading="eager"
decoding="async"