mirror of
https://github.com/stashapp/stash.git
synced 2026-01-07 08:05:50 +01:00
Fix iOS captions (#3729)
* Fix iOS captions and fix sceneplayer exceeding container size
This commit is contained in:
parent
256e0a11ea
commit
e22291d912
2 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,6 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
|
|||
chaptersButton: false,
|
||||
},
|
||||
html5: {
|
||||
nativeTextTracks: false,
|
||||
dash: {
|
||||
updateSettings: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ $sceneTabWidth: 450px;
|
|||
|
||||
.video-wrapper {
|
||||
height: 56.25vw;
|
||||
max-height: calc(100vh - #{$menuHeight});
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue