flip image

This commit is contained in:
Alexander Gabriel 2026-05-30 14:13:51 +02:00
parent 46d26ce240
commit cce988255b

View File

@ -4,7 +4,7 @@
<div class="relative w-full max-w-2xl"> <div class="relative w-full max-w-2xl">
<video id="video" autoplay playsinline <video id="video" autoplay playsinline
class="w-full rounded-2xl shadow-2xl bg-gray-900 aspect-video object-cover"></video> class="w-full rounded-2xl shadow-2xl bg-gray-900 aspect-video object-cover" style="transform: scaleX(-1);"></video>
<canvas id="canvas" class="hidden"></canvas> <canvas id="canvas" class="hidden"></canvas>