python-gallery/gallery/themes/default/components/image-view/image.sass

21 lines
328 B
Sass
Raw Normal View History

.image-container
margin: auto
padding: 0.5rem
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