gpt4 book ai didi

javascript - 在 Owl Carousel js 中使中心图像比其他图像更大

转载 作者:行者123 更新时间:2023-12-02 18:49:24 25 4
gpt4 key购买 nike

我想让中心项目中的图像比其他可见项目更大或更大。我正在使用 Owl Carousel js。

请参阅下面的屏幕截图了解其外观。

enter image description here

这是我的 fiddle https://jsfiddle.net/kwowkfuy/ ,使中心的 item 变大。

谢谢大家。

最佳答案

在owlCarousel配置中设置center: true

现在,center 类将自动添加到居中的项目中。

您可以设置 CSS 属性以使其变大。

.owl-item.active.center {
transform: scale(1.1, 1.2);
}

关于javascript - 在 Owl Carousel js 中使中心图像比其他图像更大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46111240/

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