diff --git a/src/components/still-image/still-image.js b/src/components/still-image/still-image.js index 480de9fa..81da126a 100644 --- a/src/components/still-image/still-image.js +++ b/src/components/still-image/still-image.js @@ -11,8 +11,8 @@ const StillImage = { ], data () { return { - stopGifs: this.$store.getters.mergedConfig.stopGifs, - isAnimated: false + stopGifs: this.$store.getters.mergedConfig.stopGifs || window.matchMedia('(prefers-reduced-motion: reduce)').matches, + isAnimated: false, } }, computed: {