Owl 轮播自定义图像预览分页不起作用
Owl carousel customised image preview pagination not working
我正在看 this Yunus Gaziev 的巧妙创作,但它有一个主要问题 - 一旦您调整视口,分页就会被删除,这似乎是由 Owl,我也不知道为什么。
var owl;
$(document).ready(function() {
owl = $("#owl-demo");
owl.owlCarousel({
navigation: false,
slideSpeed: 300,
paginationSpeed: 400,
singleItem: true,
afterInit: afterOWLinit
});
function afterOWLinit() {
...
}
});
我正在看 this Yunus Gaziev 的巧妙创作,但它有一个主要问题 - 一旦您调整视口,分页就会被删除,这似乎是由 Owl,我也不知道为什么。
var owl;
$(document).ready(function() {
owl = $("#owl-demo");
owl.owlCarousel({
navigation: false,
slideSpeed: 300,
paginationSpeed: 400,
singleItem: true,
afterInit: afterOWLinit
});
function afterOWLinit() {
...
}
});