Merge pull request #625 from nextcloud/video-container-size
up the minimum size of the public share video a bit, use 16/9 ratio
This commit is contained in:
commit
696ff90cbe
|
@ -30,10 +30,15 @@
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#imgframe img,
|
#imgframe img,
|
||||||
#imgframe video {
|
#imgframe video {
|
||||||
max-height:100%;
|
max-height: 100% !important;
|
||||||
max-width:100%;
|
max-width: 100% !important;
|
||||||
|
}
|
||||||
|
#imgframe video {
|
||||||
|
width: 854px;
|
||||||
|
height: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#imgframe .text-preview {
|
#imgframe .text-preview {
|
||||||
|
|
Loading…
Reference in New Issue