video playsinline

This commit is contained in:
saiminh 2026-02-16 14:29:21 +01:00
parent 75f038488b
commit 5e2339f94d

View file

@ -144,7 +144,7 @@
" "
> >
{#if image.includes('/video/')} {#if image.includes('/video/')}
<video src={image} width="1400" height="840" autoplay muted loop></video> <video src={image} width="1400" height="840" autoplay playsinline muted loop></video>
{:else} {:else}
<CldImage <CldImage
src={image} src={image}