hi
I have a problem In the margin In Browsers Mobile
The same problem here https://github.com/smashingboxes/OwlCarousel2/issues/461
The problem was resolved after the update version 2.0.0-beta.3
But in mobile browsers is still the problem
http://i84.servimg.com/u/f84/12/29/99/55/qdgd10.png
In case of someone still having this issue, here is a solution I've found:
#home-banner .item img {
width: 100vw;
}
$('#home-banner .owl-carousel').owlCarousel({
autoWidth : true,
});
@andersonIsaac +1, thanks man worked for me
@andersonIsaac +1, thanks mate
Most helpful comment
In case of someone still having this issue, here is a solution I've found: