MOBILE-4166 videojs: Hide full screen button for audios
parent
bf7e66cbe2
commit
1f2e97c80b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue