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 () {