mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
Change default zoom option on Swiper options to false. Fixes #18035
This commit is contained in:
@ -359,7 +359,7 @@ export class Slides implements ComponentInterface {
|
||||
zoom: {
|
||||
maxRatio: 3,
|
||||
minRatio: 1,
|
||||
toggle: true,
|
||||
toggle: false,
|
||||
},
|
||||
touchRatio: 1,
|
||||
touchAngle: 45,
|
||||
|
Reference in New Issue
Block a user