PythonGallery/onlylegs/static/sass/components/image-view/image.sass
Fluffy-Bean 2cf7bc9091 Use Picture element to automatically choose webp
Remove loadOnView function as has to be remade for new picture element
Remove broken way of checking for Webp support
2023-04-22 11:46:20 +00:00

28 lines
No EOL
465 B
Sass

.image-container, picture
margin: auto
width: 100%
height: 100%
display: flex
overflow: hidden
img
margin: auto
padding: 0
width: auto
height: auto
max-width: 100%
max-height: 100%
object-fit: contain
object-position: center
@media (max-width: 1100px)
.image-container, picture
margin: 0 auto
max-height: 69vh
img
max-height: 69vh