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
Hi, is possible to add new option for image size with logic where:
image with larger width or height than contaner use background-size: contain
image with lower width and height than container use background-size: auto
Reason is that i want to keep images in my gallery in original size, but when it is large i need to fit it into screen without image cutting and i need to keep smaller image as is because when it is 'contain' styled it is ugly (100x100 image resized to 1920x768 for example).
The text was updated successfully, but these errors were encountered:
Hi, is possible to add new option for image size with logic where:
Reason is that i want to keep images in my gallery in original size, but when it is large i need to fit it into screen without image cutting and i need to keep smaller image as is because when it is 'contain' styled it is ugly (100x100 image resized to 1920x768 for example).
The text was updated successfully, but these errors were encountered: