Fixed clip editor video forcing full screen playback on iOS.
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 12s
CI / Tests (Python 3.13) (push) Successful in 12s
CI / Tests (Python 3.14) (push) Successful in 10s
CI / Type Checking (push) Successful in 10s
CI / Spelling (push) Successful in 5s
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 12s
CI / Tests (Python 3.13) (push) Successful in 12s
CI / Tests (Python 3.14) (push) Successful in 10s
CI / Type Checking (push) Successful in 10s
CI / Spelling (push) Successful in 5s
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</div>
|
||||
|
||||
<div id="editor-controls" class="d-none">
|
||||
<video class="w-100 rounded mb-3" id="video"></video>
|
||||
<video class="w-100 rounded mb-3" id="video" playsinline></video>
|
||||
|
||||
<div class="slider-container mb-3" id="slider">
|
||||
<div class="slider-track" id="track"></div>
|
||||
|
||||
Reference in New Issue
Block a user