fix: encode
This commit is contained in:
parent
bbae08a925
commit
d0a4a67e12
11 changed files with 16 additions and 45 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue