From 4d3dbb345f6870c048d9a94a5739e46c9351ae38 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 22 Jan 2018 10:58:23 +0100 Subject: Remove video preview from files_sharing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/css/public.scss | 7 +------ apps/files_sharing/templates/public.php | 8 +------- 2 files changed, 2 insertions(+), 13 deletions(-) (limited to 'apps') diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 51c2bc9f4ce..5edc3f7eb90 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -39,15 +39,10 @@ } -#imgframe img, -#imgframe video { +#imgframe img { max-height: 100% !important; max-width: 100% !important; } -#imgframe video { - width: 854px; - height: 480px; -} #imgframe .text-preview { display: inline-block; diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 9d28c178dde..3c2bbe5fb59 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -91,13 +91,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); - -
- -
- +