mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-25 08:06:34 +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="{ '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
|
||||
id="preview-container"
|
||||
ref="previewContainer"
|
||||
|
Loading…
x
Reference in New Issue
Block a user