How can I disable scroll on an embedded Google Maps iframe in Webflow?

TL;DR
  • Append &scrollwheel=false to the Google Maps iframe URL in Webflow to disable scroll.  
  • Save and publish the site to apply changes.

To disable scroll on an embedded Google Maps iframe in Webflow, you'll need to adjust the settings within the iframe attributes. Here's how you can do it:

1. Locate the Embed

  • Find the page where your Google Maps iframe is embedded in Webflow.
  • Open the Embed Code by double-clicking the embedded code component in the Designer.

2. Modify the Iframe Code

  • Within the iframe code, find the URL part which typically looks like src="...".
  • Append &scrollwheel=false to the URL to disable the scroll interaction.

3. Save Changes

  • Click Save or press Enter to save the changes to your embed.
  • Publish your site to see the changes in effect, as this must be live to test.

Summary

To disable scroll on an embedded Google Maps iframe in Webflow, append &scrollwheel=false to the iframe's URL. This prevents users from scrolling within the map section.

Rate this answer

Other Webflow Questions