What is the name of the domain?
Type
Video
What is the error number?
No specific error number, but the iframe does not behave as expected on mobile.
What is the error message?
o error message, but the video does not scale to full-screen properly on mobile devices.
What is the issue you’re encountering
I’m using Cloudflare Stream to embed videos on my website (if relevant, I am using Wordpress and Elementor). The iframe works perfectly on desktop, but on mobile devices, it does not scale properly to fit the full screen. Instead, the video appears cropped or does not expand fully, leaving extra space around it. I have tried various CSS adjustments, including setting width: 100vw; height: 100vh; and ensuring the parent container is flexible, but the issue persists. This only happens on mobile—on desktop, the video fills the screen as expected. I am looking for a way to ensure the Cloudflare Stream player fully adapts to mobile screen sizes.
What steps have you taken to resolve the issue?
Used the standard responsive embed code provided by Cloudflare Stream.
Adjusted the iframe container with width: 100vw; height: 100vh; to force full-screen scaling.
Tested position: absolute; top: 0; left: 0; inside a relative container.
Tried disabling Cloudflare Stream’s default responsive=true setting.
Tested on multiple devices and browsers, but the issue remains on mobile.
What are the steps to reproduce the issue?
Embed a Cloudflare Stream iframe inside a container on a webpage.
Set the iframe to cover the full viewport (100vw x 100vh).
Open the page on a mobile device.
Notice that the video does not expand properly to full-screen, appearing cropped or leaving extra margins.