Maximize image when zooming in lightbox

This commit is contained in:
Fedor Indutny 2021-09-16 14:54:53 -07:00 committed by GitHub
parent 87b56fcfd0
commit cea72201c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,11 @@
width: auto;
}
&__object--container--zoomed &__object {
width: 100%;
height: 100%;
}
&__unsupported {
@include button-reset;
flex-grow: 1;