问题描述
我想将移动设备中的项目数更改为 2 或 3,现在在移动设备中是这样的 image1
但我想把它改成这样
我试图用 css 来做到这一点,但它破坏了滑块中的很多东西
解决方法
您需要对该页面上的 javascript 文件进行更改 adb shell dd bs=filesize_in_bytes if=./file of=/dev/input/eventX
找到这个代码
worldsubtitle.info/wp-content/themes/Worldsubtitle/include/js/my-js.js
然后您更改项目编号(您应该写 3 而不是 1)
$('.custom1').owlCarousel({
autoplay:false,items: 6,margin:0,stagePadding: 0,smartSpeed: 450,responsiveClass:true,responsive:{
0:{
items:1,nav:true,loop:false
},600:{
items:3,900:{
items:4,1100:{
items:6,1000:{
items:4,loop:false
}}});