fix(artist.php.liquid): correct invalid image class to resolve 403
This commit is contained in:
parent
dfde6dc0a4
commit
abcfceb51c
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ schema: artist
|
|||
class="media-image"
|
||||
srcset="
|
||||
<?= htmlspecialchars($artist["image"]) ?>?class=w200&type=webp 200w,
|
||||
<?= htmlspecialchars($artist["image"]) ?>?class=w600&type=webp 400w,
|
||||
<?= htmlspecialchars($artist["image"]) ?>?class=w400&type=webp 400w,
|
||||
<?= htmlspecialchars($artist["image"]) ?>?class=w800&type=webp 800w
|
||||
"
|
||||
sizes="(max-width: 450px) 200px,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue