• Resolved wenjun

    (@wenjun)


    Hi sir,We have uploaded the business information in batches, but when you click mark, the business information is too large, and the pictures cannot be displayed normally. Can you customize it?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thank you for getting in touch with us.

    This is default Modern info window style. If you want to change it you can try to add this style to Maps → Settings → Advanced → Custom CSS field:

    .wpgmza_iw_image {
        width: 100%;
        position: relative;
        max-height: 209px;
    }
    
    .wpgmza_iw_address {
        overflow: inherit;
    }
    
    .wpgmza_iw_address, .wpgmza_iw_description {
        position: relative;
        top: 0;
        left: 0;
    }
    
    .wpgmza_modern_infowindow {
        min-width: 377px;
    }
    
    .wpgmza_iw_title {
        position: relative !important;
        float: none;
        font-size: 21px;
        left: 0;
    }
    
    .wpgmza_iw_buttons {
        position: relative;
        left: 0;
    }
    
    .wpgmza_iw_address {
        padding-bottom: 0;
    }

    Then add this code to Maps → Settings → Advanced → Custom JS:

    setTimeout(function() {
      jQuery('.wpgmza_iw_title').removeAttr('style');
    }, 500);

    Hope that helps.

    Best regards,
    Jarek

    Thread Starter wenjun

    (@wenjun)

    Hi Jarek, Thank you so much to help me.
    I think the box is too big, I like the size like this one ,https://www.zagat.com/l/best-restaurants-near-the-embarcadero ,Do you know how to do ?

    Best regards,
    Wenjun

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The picture doesn’t display properly’ is closed to new replies.