Skip to content

Commit

Permalink
IDI-104: Over-ride max-width style for fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
heidiv committed Mar 5, 2013
1 parent a540cc7 commit 5a7c7aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1809,4 +1809,10 @@ a.idi-project-link {
:-moz-full-screen .fl-videoPlayer-video-play,
:-moz-full-screen .fl-videoPlayer-overlay {
max-width: none;
}

:-webkit-full-screen .fl-videoPlayer-video-element,
:-webkit-full-screen .fl-videoPlayer-video-play,
:-webkit-full-screen .fl-videoPlayer-overlay {
max-width: none;
}

0 comments on commit 5a7c7aa

Please sign in to comment.