Pass aspect ratio into photo thumbnails
This commit is contained in:
parent
326c8f11ee
commit
7d19cf823d
@ -100,7 +100,7 @@ class PhotosIndex extends Template
|
||||
else
|
||||
echo ' srcset="', $image->getThumbnailUrl($image->width(), $image->height(), true), ' 2x"';
|
||||
|
||||
echo ' alt="" title="', $image->getTitle(), '">';
|
||||
echo ' alt="" title="', $image->getTitle(), '" style="aspect-ratio: ', $image->ratio(), '">';
|
||||
|
||||
if ($this->show_labels)
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user