Fix iOS captions (#3729)

* Fix iOS captions and fix sceneplayer exceeding container size
This commit is contained in:
NodudeWasTaken 2023-06-06 05:24:13 +02:00 committed by GitHub
parent 256e0a11ea
commit e22291d912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -278,7 +278,6 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
chaptersButton: false,
},
html5: {
nativeTextTracks: false,
dash: {
updateSettings: [
{

View file

@ -23,6 +23,7 @@ $sceneTabWidth: 450px;
.video-wrapper {
height: 56.25vw;
max-height: calc(100vh - #{$menuHeight});
overflow: hidden;
width: 100%;