Check if you’ve some max-width applied to all of your image tags and reset it for all images inside your maps wrapper!
I just lost some hair trying to resolve this…
img { max-width: 100%; }
.geofieldMap img {max-width: none; }
Frontend Designer excited about bridging the gap between design and code.
Check if you’ve some max-width applied to all of your image tags and reset it for all images inside your maps wrapper!
I just lost some hair trying to resolve this…
img { max-width: 100%; }
.geofieldMap img {max-width: none; }