gpt4 book ai didi

javascript - 如何在ionic 4中捏放大图像?

转载 作者:行者123 更新时间:2023-12-03 23:10:16 27 4
gpt4 key购买 nike

我在 ionic 4 应用程序中制作了一个完整的图像查看器模式,但是在模式中我想在图像上捏合时放大图像,我如何使用合适的插件或不使用插件来做到这一点?

最佳答案

在 View 中:

<ion-slides [options]="sliderOpt" zoom>
<ion-slide>
<div class="swiper-zoom-container">
<img src="ubication" /> // Replace here
</div>
</ion-slide>
</ion-slides>
在 TS 中:
sliderOpt = {
zoom: {
maxRatio: 1,
},
};
引用:
https://www.youtube.com/watch?v=U_MFYvZxJ0E

关于javascript - 如何在ionic 4中捏放大图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58814603/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com