调整jssor滑块大小

时间:2015-06-10 12:28:57

标签: jssor

我需要调整宽度和高度到我的div的宽度和高度,宽度为:250px高度170:px。我正在使用jssor滑块,它一直给我一个完整的拉伸宽度img请帮助我这个。这是下面的代码。

                                                                                                                                                                                                                                                                                                                    jssor_slider1_starter(' slider1_container&#39);              

1 个答案:

答案 0 :(得分:0)

请使用$FillMode选项。

var options = {
   ...
   $FillMode: 2,  //[Optional] The way to fill image in slide, 0 stretch, 1 contain (keep aspect ratio and put all inside slide), 2 cover (keep aspect ratio and cover whole slide), 4 actual size, 5 contain for large image, actual size for small image, default value is 0
   ...
};

参考:http://www.jssor.com/development/reference-options.html