mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
up the minimum size of the public share video a bit, use 16/9 ratio, fix #603
This commit is contained in:
parent
558a8a62a4
commit
0d5b8f3293
1 changed files with 7 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue