-1

Working on a client site here: http://mcveighcreative.com/biofab/

I'm thinking it has something to do with the css, because on a quick refresh I can see that the tiles do load their images. Can't seem to figure it out.

I have combed through most of the questions and have implemented this in the header

#gmap_canvas img{max-width:none!important;max-height: none;background:none!important}
v3ctor
  • 29
  • 4

1 Answers1

0

This solved it for me: https://stackoverflow.com/a/36405299/4539433

Turns out that google maps doesn't like overflow: auto. Weird.

Had to resort to this in the header

<style>#gmap_canvas * {overflow: visible}</style>
Community
  • 1
  • 1
v3ctor
  • 29
  • 4