infinite scroll in carousel
-
when i scroll vertically my carousel goes on infinitely in mobile view i need that stop at the end of my last image. i have attached the page link and video for you reference and understanding.
Hello,
Please, upload your video to some cloud service like Dropbox or Google Drive and send us a link where we can see the problem.
Kind Regards
attached a video for your reference
We see that you have added some custom CSS code that breaks the carousel. Try to remove it and check how it works http://prntscr.com/10pojo1
i removed the mentioned css code but it din’t workout
@media (max-width: 576px) {
.info-box-carousel .owl-item {
width: 100px !important;
}
}
i want display categories using the carousel help me to do one cause i tried in different ways but im unable to achieve it. i have attached the reference site url and image of the reference
site please help me to create a carousel similar to the reference one with showing 3 categories on each slide
reference url : https://www.zaydns.com/
Attachments:
You must be
logged in to view attached files.
Try to enable Disable OWL Carousel script on mobile devices
option in Performance -> JS and use the following extra CSS snippet
.disable-owl-mobile .owl-carousel {
padding-right: 15%;
}