diff options
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.scss | 7 |
1 files changed, 1 insertions, 6 deletions
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; |