[Webkit-unassigned] [Bug 73948] [chromium] Scale audio, video tags in MediaDocument to fit in window.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 14:02:53 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73948


Dale Curtis <dalecurtis at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Unspecified                 |Other
         OS/Version|Unspecified                 |All
          Component|New Bugs                    |WebCore Misc.
                 CC|                            |scherkus at chromium.org




--- Comment #2 from Dale Curtis <dalecurtis at chromium.org>  2011-12-06 14:02:53 PST ---
Currently audio, video elements in MediaDocument don't scale to fit undersized containers. A painful situation for users wanting to watch high resolution videos without scroll bars. The attached patch fixes this issue by attaching CSS max-height: 100%, max-width: 100% settings to the audio and video tags for Chromium controls. A new layout test is included to verify this behavior.

Chromium Issue: http://crbug.com/26848
Chromium CL: http://codereview.chromium.org/8728018/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list