Fix disappearing image when zoomed on touch devices
This commit is contained in:
parent
88e0138be4
commit
a2740cf7a5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -567,6 +567,10 @@ button.pswp__button--zoom:hover {
|
||||||
background-position: -88px 0;
|
background-position: -88px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pswp img {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Widgets
|
* Widgets
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue