From f357e0a7046e907b9920a2686c502c57ccf3d676 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Fri, 20 Nov 2015 10:00:36 -0500 Subject: #90 - fixed wide screen issues, I think Former-commit-id: 1f9c629c426e825c8e4a845356469741b37bacb2 --- www/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index ef98f353..462cb399 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -439,6 +439,16 @@ progress[aria-valuenow]:before { } +/* + +.object-fit_cover { object-fit: cover; width:100%; height:auto;} +.object-fit_contain { object-fit: contain; max-width:100%; height:auto; } +*/ + + +.object-fit_cover { object-fit: cover; width:100%; height:auto;} +.object-fit_contain { object-fit: contain; max-width:100%; max-height:100%; } + .list .item.item-accordion { line-height: 200px; padding-top: 0; -- cgit v1.2.3