Webflow sync, pageviews & more.
NEW

How can I enable scrolling on my Webflow site when using an I frame as the cover image, specifically for Safari on iPad?

TL;DR
  • Replace the iframe with a Webflow-native background video, Lottie animation, or styled image for better compatibility.
  • Ensure correct element structure: iframe’s parent should have position: relative, height: 100vh, and overflow: hidden, while html and body should allow scrolling.
  • Remove any Webflow page custom code that disables scrolling and use iOS-specific fixes like -webkit-overflow-scrolling: auto.
  • Use Safari dev tools to confirm the iframe isn't blocking touch; if non-interactive, add pointer-events: none.

You're experiencing a scrolling issue on Safari for iPad when using an