To make a YouTube video perfectly rounded on Chrome on an iPhone 12 Pro in Webflow, you'll need to apply specific styling to handle iframe behavior and border-radius correctly.
?rel=0 for cleaner viewing).
video-wrapper).
video-wrapper.Relative.Hidden so the iframe doesn't extend beyond the circle.
width="100%" and height="100%".style="border-radius: inherit;" to inherit the circle shape.style="position: absolute; top: 0; left: 0;" if you need full coverage inside the wrapper.
border-radius: 50% to keep the circular shape on all devices, including iPhone 12 Pro.
To make a YouTube video perfectly rounded in Webflow on Chrome for iPhone 12 Pro, wrap the embed in a fixed-size Div with border-radius: 50% and overflow hidden, and ensure the iframe fills the wrapper entirely. This ensures a clean, circular video presentation on all modern mobile browsers.