RESOLVED FIXED 114691
MediaDocument should set a max-width on its <video> element.
https://bugs.webkit.org/show_bug.cgi?id=114691
Summary MediaDocument should set a max-width on its <video> element.
Jer Noble
Reported 2013-04-16 10:17:40 PDT
When a video element in a MediaDocument is too large for the browser window which contains it, the user must scroll left and right to access all the media controls. Instead, the MediaDocument should set a CSS rule on its <video> element: "max-width: 100%". This would scale the video side down to fit within the browser window.
Attachments
Patch (1.49 KB, patch)
2013-04-16 10:27 PDT, Jer Noble
eric.carlson: review+
Patch for landing (1.62 KB, patch)
2014-03-18 16:47 PDT, Jer Noble
no flags
Patch for landing (1.58 KB, patch)
2014-03-18 16:57 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2013-04-16 10:27:34 PDT
Jer Noble
Comment 2 2014-03-18 16:47:00 PDT
Created attachment 227130 [details] Patch for landing
Jer Noble
Comment 3 2014-03-18 16:57:17 PDT
Created attachment 227133 [details] Patch for landing
WebKit Commit Bot
Comment 4 2014-03-18 17:38:28 PDT
Comment on attachment 227133 [details] Patch for landing Clearing flags on attachment: 227133 Committed r165859: <http://trac.webkit.org/changeset/165859>
Note You need to log in before you can comment on or make changes to this bug.