]> source.dussan.org Git - nextcloud-server.git/commitdiff
up the minimum size of the public share video a bit, use 16/9 ratio, fix #603 625/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 28 Jul 2016 09:49:08 +0000 (11:49 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 29 Jul 2016 08:47:00 +0000 (10:47 +0200)
apps/files_sharing/css/public.css

index c998501dad68ea4cd014f73c9bd062cf26d4b42f..4c5f847f9ffd3952c70e7815b92c1036ba18bb9d 100644 (file)
        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 {