diff --git a/src/components/status.jsx b/src/components/status.jsx index 339a9b2d..0ed8569b 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -785,6 +785,11 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) { ${isGIF ? '' : 'controls'} playsinline loop="${loopable}" + ${ + isGIF + ? 'ondblclick="this.paused ? this.play() : this.pause()"' + : '' + } > `, }}