From: Brian Jones Date: Tue, 7 Oct 2014 23:44:05 +0000 (-0700) Subject: Fix for TC-1560 UI always zoomed out X-Git-Tag: accepted/tizen/ivi/20141009.191312^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d99987ed6c067e188fa3ac715683efe90dbc1581;p=profile%2Fivi%2FModello_Multimediaplayer.git Fix for TC-1560 UI always zoomed out Change-Id: Ib131dc5b0de16eeb1cecbec9ec43b416314f3aa1 --- diff --git a/css/style.css b/css/style.css index 40aecb8..e272e11 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,9 @@ +@viewport{ + width: 720px; + height: 1280px; + user-zoom: fixed; +} + .playerWrapper video { position: absolute; top: 230px; @@ -356,4 +362,4 @@ .artistNameTextMargin { margin-bottom: 5px; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 912d8c0..1107a8c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@ - Multimedia Player diff --git a/packaging/modello-multimediaplayer.changes b/packaging/modello-multimediaplayer.changes index 1a6f866..4009968 100644 --- a/packaging/modello-multimediaplayer.changes +++ b/packaging/modello-multimediaplayer.changes @@ -1,3 +1,7 @@ +* Tue Oct 07 2014 Brian Jones submit/tizen_ivi/20141007.174646-1-g6c8176f +- clean the spec file +- Fix for TC-1560 UI always zoomed out + * Thu Sep 18 2014 Brian Jones submit/tizen_ivi/20140911.180109-1-gbc26d5f - Updating packaging to remove hard coded paths