Skip to content
Snippets Groups Projects
Commit 5a80339b authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #7211 from mattcaron/master

Fit shared videos to viewer, just like images. Issue #1648
parents 798dc2c3 aa1a50f5
No related merge requests found
......@@ -66,7 +66,8 @@ p.info a {
margin:0 auto;
}
#imgframe img {
#imgframe img,
#imgframe video {
max-height:100%;
max-width:100%;
}
......@@ -76,6 +77,8 @@ p.info a {
margin-top: 10%;
}
thead {
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment