Possible fix for Mobile Safari not autoplaying gifv

This commit is contained in:
Lim Chee Aun 2022-12-11 09:45:25 +08:00
parent 039d4661fb
commit 5cb65f603d

View file

@ -119,6 +119,7 @@ function Media({ media, showOriginal, onClick }) {
height={height}
preload
autoplay
muted={isGIF}
controls={!isGIF}
playsinline
loop