From e2125c57d6bb19b7129cc9e181baf932aa9d60c3 Mon Sep 17 00:00:00 2001
From: David <dmgf2008@hotmail.com>
Date: Thu, 20 Jul 2023 16:26:52 -0700
Subject: [PATCH] Turn on by default

---
 src/components/still-image/still-image.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/still-image/still-image.js b/src/components/still-image/still-image.js
index bed4c314..5a496e70 100644
--- a/src/components/still-image/still-image.js
+++ b/src/components/still-image/still-image.js
@@ -13,7 +13,7 @@ const StillImage = {
     return {
       stopGifs: this.$store.getters.mergedConfig.stopGifs,
       isAnimated: false,
-      prefersReducedMotion: false
+      prefersReducedMotion: true
     }
   },
   created () {