Skip to content

Commit

Permalink
Merge pull request #703 from samvera-labs/audio-height-ios
Browse files Browse the repository at this point in the history
Specify player's min-height for audio in mobile browsers
  • Loading branch information
Dananji authored Nov 1, 2024
2 parents 8778b0b + cf48086 commit 01279c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MediaPlayer/VideoJS/videojs-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.vjs-theme-ramp.vjs-audio-only-mode.vjs-device-iphone,
.vjs-theme-ramp.vjs-audio-only-mode.vjs-device-android {
min-width: 380px;
min-height: 40px;
}

/* Minimum height and width for video player */
Expand Down

0 comments on commit 01279c6

Please sign in to comment.