Turn on by default

This commit is contained in:
David 2023-07-20 16:26:52 -07:00 committed by Dominika Liberda
parent c80d3f3d8c
commit f5acda83c9

View file

@ -13,7 +13,7 @@ const StillImage = {
return {
stopGifs: this.$store.getters.mergedConfig.stopGifs,
isAnimated: false,
prefersReducedMotion: false
prefersReducedMotion: true
}
},
created () {