Skip to content

Commit

Permalink
Merge remote-tracking branch 'heidi/VP-305'
Browse files Browse the repository at this point in the history
* heidi/VP-305:
  VP-305: Fixes chrome full-screen height, and Safari transcripts
  • Loading branch information
jobara committed May 2, 2013
2 parents 37d99da + 418576c commit 5f58935
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/VideoPlayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
height: 100%;
width: 100%;
position: absolute;
top: 0;
}
:-webkit-full-screen .fl-videoPlayer-video,
:-webkit-full-screen .fl-videoPlayer-video-play {
Expand All @@ -44,7 +45,9 @@
width: 80%;
}
:-webkit-full-screen .fl-videoPlayer-transcriptArea {
width: 19.8%;
position: absolute;
left: 80%;
width: 20%;
max-width: 25em;
}

Expand Down

0 comments on commit 5f58935

Please sign in to comment.