PopUp image resize content

More
4 years 6 months ago #12572 by Dima
Replied by Dima on topic PopUp image resize content
I think you can fix before next release
in my common.css file remove
#OMapsID img,
#OMapsID svg,

for max-width

Leave only
div.zhom-map-default img,
div.zhom-map-default svg
{
max-width: none !important;
}

Don't forget support my developments: post review in JED , donate , help with translation ;)

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #12573 by Dima
Replied by Dima on topic PopUp image resize content
in next release common.css will be
div.zhom-map-default img,
div.zhom-map-default svg
{
max-width: none !important;
}

div.leaflet-popup-content img,
div.leaflet-popup-content svg
{
max-width: 100% !important;
}

Don't forget support my developments: post review in JED , donate , help with translation ;)

Please Log in or Create an account to join the conversation.

Time to create page: 0.120 seconds

Donate


Go to top