From 5cb65f603dd59f1215c904b3362bb3403f4c5cba Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 11 Dec 2022 09:45:25 +0800 Subject: [PATCH] Possible fix for Mobile Safari not autoplaying gifv --- src/components/status.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.jsx b/src/components/status.jsx index 9eeb7041..015dea2f 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -119,6 +119,7 @@ function Media({ media, showOriginal, onClick }) { height={height} preload autoplay + muted={isGIF} controls={!isGIF} playsinline loop