Maximize image when zooming in lightbox
This commit is contained in:
parent
87b56fcfd0
commit
cea72201c6
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
&__object--container--zoomed &__object {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&__unsupported {
|
||||
@include button-reset;
|
||||
flex-grow: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue