summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index c998501dad6..4c5f847f9ff 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 {