Hi,
Is there any workaround to make the custom size of the marker to appear in 80×80 or more?
Now I get always 40x40px.
Thanks!
M
Hey wppoland,
Thank you for the inquiry.
This is possible but we have to modify the enfold\framework\js\conditional_load\avia_google_maps_api.js file directly, look for this code around line
var size = _self.$data.marker[key].imagesize, half = "", full = "";
if(_self.retina && size > 40) size = 40; //retina downsize to at least half the px size
Below, we can define the size manually. Example:
size = 120;
Or try to upload a Custom Map Marker Image and set the Custom Map Marker Image Size size manually. These settings are in the Content > Marker & Tooltip section of the Google Map element’s map locations.
Best regards,
Ismael