Change default zoom option on Swiper options to false. Fixes #18035

This commit is contained in:
Max Lynch
2019-06-03 17:11:56 -05:00
parent 4a0de23cab
commit 10de1da948

View File

@ -359,7 +359,7 @@ export class Slides implements ComponentInterface {
zoom: {
maxRatio: 3,
minRatio: 1,
toggle: true,
toggle: false,
},
touchRatio: 1,
touchAngle: 45,