gpt4 book ai didi

jquery - 如何设置jssor slider 的自定义宽度和高度

转载 作者:行者123 更新时间:2023-12-01 05:21:06 37 4
gpt4 key购买 nike

使用 $ScaleWidth$ScaleHeight,我可以设置 jssor slider 的 WidthHeight保持纵横比:

jQuery:

var jssor_slider1 =  new $JssorSlider$('slider1')

jssor_slider1.$ScaleWidth(500);

HTML:

<div id="slider1" style="position:relative;top:0px;left:0px; width:600px;height:300px;">
<!-- Slides Container -->
<div u="slides" ....

但是我需要设置自定义宽度和高度;不像上面代码的宽高比。

假设,这里初始宽度 = 600px,高度 = 300px。

我可以将宽度更新为 1200px 并将高度更新为 400px 吗?

最佳答案

由于没有人回答,@jssor对我的问题的评论是当前的答案:

By scaling jssor slider, it will always keep aspect ratio. You can use either $ScaleWidth or $ScaleHeight to scale jssor slider, and finally, the aspect will keep unchanged. If you scale width to 1200px, the height will be 600px.

As workaround, you can put jssor slider into a container. You can scale the container and the aspect ratio is totally up to you. – jssor

关于jquery - 如何设置jssor slider 的自定义宽度和高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43717164/

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