Owl Carousel旋转图像使其变为风景,因为滑块中我的其他图像之一是风景。如何解决这个问题

Owl Carousel旋转图像使其变为风景,因为滑块中我的其他图像之一是风景。如何解决这个问题

代码:

猫头鹰轮播呼叫:

$("div#cs-slider-three-slides,#test-slider").owlCarousel({
    loop:true,margin:10,autoplay:true,autoplayTimeout:2000,autoplayHoverPause:true,responsive:{
        0:{
            items:1
        },600:{
            items:2
        },1000:{
            items:3
        }
    }
});

猫头鹰轮播标记:

<pre>
                    <div id="cs-slider-three-slides" class="owl-carousel">
                                                <img style="height: 150px; margin: 0 auto;" src="http://localhost/shuddh_nature/assets/img/slider_images/fdeb7587c0247c48ea6e4e866d4510ba.png">
                                                <img style="height: 150px; margin: 0 auto;" src="http://localhost/shuddh_nature/assets/img/slider_images/6c8321021c8969d0313dcdee8f2f4681.png">
                                                <img style="height: 150px; margin: 0 auto;" src="http://localhost/shuddh_nature/assets/img/slider_images/dc854f0ac64c6e0ea9210044d587321f.png">
                                            </div>
</pre>
charlestri 回答:Owl Carousel旋转图像使其变为风景,因为滑块中我的其他图像之一是风景。如何解决这个问题

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2927644.html

大家都在问