diff --git a/app/components/image/image.jsx b/app/components/image/image.jsx index 01ba717..06e1589 100644 --- a/app/components/image/image.jsx +++ b/app/components/image/image.jsx @@ -122,7 +122,7 @@ const ImageElements = ({ if (!inViewport) { pauseVideo(); - } else if (inViewport && !reduceMotion && play) { + } else if (!reduceMotion && play) { playVideo(); } }, [inViewport, play, reduceMotion, restartOnPause, videoInteracted, videoSrc]);