Possible fix for Mobile Safari not autoplaying gifv

pull/1/head
Lim Chee Aun 2022-12-11 09:45:25 +08:00
rodzic 039d4661fb
commit 5cb65f603d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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