-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video causes horizontal scroll on page #3401
Video causes horizontal scroll on page #3401
Comments
I assume you closed this accidentally? In any case, confirming that videos are not restrained in the general stylesheet. Suggest changing main img {
max-width: 100%;
} to also cover video elements main img, main video {
max-width: 100%;
} |
Arg, I'm sure I'd done this already, it must have been overridden. |
came here to report this ironic problem on the page recommending sucess criterion for reflow. |
On a page about reflow success criterion the embedded video example is causing the appearance of horizontal scrolling. Checked on Firefox Nightly 119.0a1 (2023-09-16) (64-bit) and Chrome 116.0.5845.188 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: