Apply formatting changes

This commit is contained in:
openhands 2025-01-14 14:40:28 +00:00
parent 4e8b0edaa5
commit b514465832

View File

@ -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"