Daniel Dimitrov wrote: media\com_hotspots\js\modules\hotspot.js
line 34:
this.infoWindow.setOptions({disableAutoPan: false, minWidth: 200, maxWidth: 320, minHeight: 30, maxHeight: 350});
Play with those
Hi Daniel,
I modified these in version 3.5.1. pro, but the popup size doesn't change in a map.
I cleared the cache, remove the tile but without succes...
Do you have any idea why the popup window size isn't changed?
I changed it to this:
this.infoWindow.setOptions({disableAutoPan: false, minWidth: 220, maxWidth: 320, minHeight: 220, maxHeight: 350});
But, the popup keeps an height of 98px and a width of 112px.
Kind Regards,
Erwin