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)
commitb832911eebbb670a7b02a95e00be16a6fbd6d94d
treeb10ffc9a89b7ba93b7788e0f07419eb27be399e5
parentaa31614b950bfd502e9309dd9f94befe2b61600f
Set max-height of video area in media document as 100%

[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