Merge pull request #3557 from dpalou/MOBILE-4166

MOBILE-4166 videojs: Hide full screen button for audios
main
Noel De Martin 2023-02-21 13:35:43 +01:00 committed by GitHub
commit 2bacbe78e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
height: 150px !important; height: 150px !important;
} }
// Hide full screen button for audios.
.vjs-audio .vjs-fullscreen-control {
display: none;
}
// Fake full screen mode. // Fake full screen mode.
.vjs-ios-moodleapp-fs { .vjs-ios-moodleapp-fs {
z-index: 100000 !important; z-index: 100000 !important;