https://i.hizliresim.com/3poynp.gif
$(document).ready(function() {
$('#home-stories').owlCarousel({
loop:false,
margin:0,
autoWidth: true,
thumbs: false,
dots: false,
thumbImage: false,
responsiveClass:true,
responsive:{
0:{
items:1,
nav:false
},
600:{
items:3,
nav:false
},
1000:{
items:5,
nav:false,
}
}
});
});