Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
up the minimum size of the public share video a bit, use 16/9 ratio, fix
  • Loading branch information
jancborchardt committed Jul 29, 2016
commit 748745d381b05491f4679223204cbce122f5f937
9 changes: 7 additions & 2 deletions apps/files_sharing/css/public.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down