Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('.aefe-some-review-content-slide').owlCarousel({
- dots: false,
- items: 5,
- loop: true,
- autoplay:true,
- responsive:{
- 0:{
- items:1
- },
- 600:{
- items:2
- },
- 750:{
- items:2
- },
- 1000:{
- items:5
- }
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement