Skip to content

Commit

Permalink
Reverted .video-js inline-block style to fix Flash fullscreen [fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed May 29, 2015
1 parent 7ea3566 commit 2bda7aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/components/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.video-js {
/* inline-block is as close as we get to the video el's display:inline */
display: inline-block;
/* display:inline-block would be closer to the video el's display:inline
* but it results in flash reloading when going into fullscreen [#2205]
*/
display: block;
/* Make video.js videos align top when next to video elements */
vertical-align: top;
box-sizing: border-box;
Expand Down

0 comments on commit 2bda7aa

Please sign in to comment.