minZoom
in the map options.To restrict the zoom-out level on a Google Map using Snazzy Maps in Webflow, you need to configure the map’s minimum zoom level using the Google Maps JavaScript API.
minZoom
property on the map.minZoom
Set minZoom
inside the map
options like this:
Example values: zoom: 12, minZoom: 10
This lets users zoom out only to level 10
Example snippet to embed inside a Webflow Embed element:
Make sure to replace YOUR_API_KEY
with your real Google Maps API key
Apply your selected Snazzy Maps style to the styles
property.
zoom
and minZoom
tag if you include a container with matching id
in your layout.
minZoom
.To restrict the zoom-out level on a Snazzy Maps-styled Google Map in Webflow, use a custom Google Maps JavaScript snippet that includes a minZoom
setting within the map options. Snazzy Maps only controls the style layer—zoom limits are handled via the Maps API.