In this post, we will see how to resolve How to Disable loop: true for small screen size
Question:
I discovered owl carousel crashing on iphone when sliding images, and setting toloop: off
fixed the issue.Can you help me with this js – what do I need to add/change so that that
loop: off
applies for screen sizes < 768px and loop: true
for all others?Best Answer:
Hi have you try set loop false on responsive ? and if you want do spesific width use the width on resposive too, thhe 0, 600, 1000 in reponsive behavior more like @media only screen and (min-width : …)If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com