mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-25 16:16:33 +00:00
Apply formatting changes
This commit is contained in:
parent
4e8b0edaa5
commit
b514465832
@ -5,7 +5,14 @@
|
|||||||
class="relative max-h-screen w-full flex justify-center"
|
class="relative max-h-screen w-full flex justify-center"
|
||||||
:class="{ 'player-container': !isEmbed }"
|
:class="{ 'player-container': !isEmbed }"
|
||||||
>
|
>
|
||||||
<video ref="videoEl" class="w-full" data-shaka-player :autoplay="shouldAutoPlay" :loop="selectedAutoLoop" playsinline />
|
<video
|
||||||
|
ref="videoEl"
|
||||||
|
class="w-full"
|
||||||
|
data-shaka-player
|
||||||
|
:autoplay="shouldAutoPlay"
|
||||||
|
:loop="selectedAutoLoop"
|
||||||
|
playsinline
|
||||||
|
/>
|
||||||
<span
|
<span
|
||||||
id="preview-container"
|
id="preview-container"
|
||||||
ref="previewContainer"
|
ref="previewContainer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user