I have a Google Map embedded on a project that has stopped working. It has an API key that appears to be active in the google control panel. Metrics are still there. It all appears to be fine in Webflow but it displays as a static image on the published site.
The only thing that has changed is I switched from http:// to https:// a few months ago. I’m guessing that this is the issue. I can’t find any options to change this on the Google Console for the API or in Webflow settings. Can anyone help shed some light on it for me please.
So the issue is that the map element you have in your contact page has a negative z-index of -10 which means that is not at the “user” level so that’s why you see it as an “image” but in reality it’s there.
Eliminate that negative z-index and you’re good to go.