video playsinline
This commit is contained in:
parent
75f038488b
commit
5e2339f94d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue