From d99987ed6c067e188fa3ac715683efe90dbc1581 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Tue, 7 Oct 2014 16:44:05 -0700 Subject: [PATCH] Fix for TC-1560 UI always zoomed out Change-Id: Ib131dc5b0de16eeb1cecbec9ec43b416314f3aa1 --- css/style.css | 8 +++++++- index.html | 1 - packaging/modello-multimediaplayer.changes | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) 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 -- 2.7.4