Set max-height of video area in media document as 100%
authoreojin.ham <eojin.ham@samsung.com>
Mon, 22 Apr 2013 12:05:35 +0000 (21:05 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 24 Apr 2013 03:05:32 +0000 (12:05 +0900)
[Title] Set max-height of video area in media document as 100%
[Issue#] n/a
[Problem] Some video's height in media document is larger than screen on landscape mode.
[Cause] Width of video area in media document is set as 100%.
        So, height of video can be larger than screen depending on video resolution.
[Solution] Set max-height of video area in media document as 100%
           Video will be shown as the maximum size in render area(width = 100%, max-height = 100%)

Change-Id: I3454a933b820ba2b83c52337212f9e111bbb9d96

Source/WebCore/css/mediaControlsTizen.css

index 1232bf3..8fe441c 100644 (file)
@@ -111,6 +111,7 @@ body:-webkit-full-page-media {
 
 video:-webkit-full-page-media {
     width: 100% !important;
+    max-height: 100% !important;
 }
 
 video:-webkit-full-page-media::-webkit-media-controls-panel {