Skip to content

Commit

Permalink
fix: Fullscreen styles for older Safari (#8346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Jul 6, 2023
1 parent 146008f commit c11d213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/components/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ body.vjs-pip-window .video-js {
height: 100% !important;
// Undo any aspect ratio padding for fluid layouts
padding-top: 0 !important;
// Older Safari (<= 15.6) needs display: block in fullscreen.
display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
Expand Down

0 comments on commit c11d213

Please sign in to comment.