Open darkfrog26 opened 7 years ago
I'm trying to display a gallery of SVGs. How were you able to get around this limitation? Is it possible to set the min-height and min-width?
I ended up using this style to get it to work with SVGs:
.mfp-img {
min-height: 500px;
min-width: 500px;
background-color: white;
}
When dealing with vector images (SVG specifically) the minimum size may be either not set or extremely small. It would be very helpful if there were an option to set the minimum size to display the popup.