Add alt text to all photos

This commit is contained in:
Bastian Allgeier
2022-12-12 13:56:04 +01:00
parent 8381ccb96c
commit ec4ece4000
17 changed files with 247 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
<li>
<a href="<?= $image->url() ?>" data-lightbox>
<figure class="img" style="--w:<?= $image->width() ?>;--h:<?= $image->height() ?>">
<?= $image->resize(800) ?>
<img src="<?= $image->resize(800)->url() ?>" alt="<?= $image->alt()->esc() ?>">
</figure>
</a>
</li>