Fix disappearing image when zoomed on touch devices

This commit is contained in:
James Koster 2017-08-16 10:20:14 +01:00
parent 88e0138be4
commit a2740cf7a5
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -567,6 +567,10 @@ button.pswp__button--zoom:hover {
background-position: -88px 0;
}
.pswp img {
max-width: none;
}
/**
* Widgets
*/