mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 09:45:46 +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}
|
||||
preload
|
||||
autoplay
|
||||
muted={isGIF}
|
||||
controls={!isGIF}
|
||||
playsinline
|
||||
loop
|
||||
|
|
Loading…
Reference in a new issue