From 8a305c420faee804adf3105c6c533ef75cf04b46 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index c998501dad68e..7a136420fc8d2 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -35,6 +35,10 @@ max-height:100%; max-width:100%; } +#imgframe video { + width: 427px; + height: 240px; +} #imgframe .text-preview { display: inline-block;