From 748745d381b05491f4679223204cbce122f5f937 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 28 Jul 2016 11:49:08 +0200 Subject: [PATCH] up the minimum size of the public share video a bit, use 16/9 ratio, fix #603 --- apps/files_sharing/css/public.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index c998501dad68e..4c5f847f9ffd3 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -30,10 +30,15 @@ margin:0 auto; } + #imgframe img, #imgframe video { - max-height:100%; - max-width:100%; + max-height: 100% !important; + max-width: 100% !important; +} +#imgframe video { + width: 854px; + height: 480px; } #imgframe .text-preview {