PopUp image resize content
- Dima
- Offline
- Platinum Member
Less
More
5 years 1 month ago #12572
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
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;
}
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.
- Dima
- Offline
- Platinum Member
5 years 1 month ago #12573
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
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;
}
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.166 seconds