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

View File

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