You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering where in the CSS it might be possible to change the aspect ratio of the thumbnails? Ideally I would like to have portrait orientation photos not mask the way that they do and appear landscape, but I'd settle for having everything be a square thumbnail. Is this an easy fix in a single place? I tried changing some background-size: cover;s to background-size: contain;, but it didn't appear to have any effect.
The text was updated successfully, but these errors were encountered:
palermog
changed the title
Image aspect ratio?
Thumbnail aspect ratio?
Mar 4, 2019
Thanks again for making this!
I'm wondering where in the CSS it might be possible to change the aspect ratio of the thumbnails? Ideally I would like to have portrait orientation photos not mask the way that they do and appear landscape, but I'd settle for having everything be a square thumbnail. Is this an easy fix in a single place? I tried changing some
background-size: cover;
s tobackground-size: contain;
, but it didn't appear to have any effect.The text was updated successfully, but these errors were encountered: