Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1280436

    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

    #1281741

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.