Location image in Google map widget

What size image should I use in the locations for the Google map so it will show the full image there?

2 Likes

Hi there, @MarcW and welcome aboard :wave:

We’ve fixed the issue by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-google-maps-bar-list-item-additional-picture img {
  max-width: 100%;
  max-height: 100%;
}

Check it out and let me know if you like the result :slightly_smiling_face:

1 Like