diff --git a/src/components/media.jsx b/src/components/media.jsx index 727bcb06..e094b824 100644 --- a/src/components/media.jsx +++ b/src/components/media.jsx @@ -379,26 +379,26 @@ function Media({ const autoGIFAnimate = !showOriginal && autoAnimate && isGIF; const showProgress = original.duration > 5; - const videoHTML = ` - + // This string is only for autoplay + muted to work on Mobile Safari + const gifHTML = ` + `; return ( @@ -461,17 +461,33 @@ function Media({
- ) : ( + ) : isGIF ? ( + ) : ( +