Skip to content

Commit c11d213

Browse files
authored
fix: Fullscreen styles for older Safari (#8346)
1 parent 146008f commit c11d213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css/components/_layout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ body.vjs-pip-window .video-js {
142142
height: 100% !important;
143143
// Undo any aspect ratio padding for fluid layouts
144144
padding-top: 0 !important;
145+
// Older Safari (<= 15.6) needs display: block in fullscreen.
146+
display: block;
145147
}
146148

147149
.video-js.vjs-fullscreen.vjs-user-inactive {

0 commit comments

Comments
 (0)