Skip to content

Commit

Permalink
up the minimum size of the public share video a bit, use 16/9 ratio, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 29, 2016
1 parent d6c6800 commit 748745d
Showing 1 changed file with 7 additions and 2 deletions.
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

0 comments on commit 748745d

Please sign in to comment.