mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-27 03:35:50 +03:00
Possible fix for Mobile Safari not autoplaying gifv
This commit is contained in:
parent
039d4661fb
commit
5cb65f603d
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ function Media({ media, showOriginal, onClick }) {
|
||||||
height={height}
|
height={height}
|
||||||
preload
|
preload
|
||||||
autoplay
|
autoplay
|
||||||
|
muted={isGIF}
|
||||||
controls={!isGIF}
|
controls={!isGIF}
|
||||||
playsinline
|
playsinline
|
||||||
loop
|
loop
|
||||||
|
|
Loading…
Reference in a new issue