Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcss/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index b21e8ae..cec3b3b 100755
--- a/css/style.css
+++ b/css/style.css
@@ -102,9 +102,15 @@
height: auto;
}
+/* fullscreen public videos see https://github.com/nextcloud/files_videoplayer/issues/77 */
+#imgframe .video-js.vjs-fullscreen .vjs-tech {
+ width:100%;
+ height:100%;
+}
+
#imgframe .video-js:not(.vjs-fullscreen),
#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {
max-height: calc(100vh - 280px) !important;
min-width: 300px;
max-width: 100% !important;
-} \ No newline at end of file
+}