i use owlcarousel2 slider and i want slide item displayed that custom class
jQuery(document).ready(function($){
$(".owl-carousel").owlCarousel({
items: '7',
rtl: true,
});
});
<div class="item">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div>
<div class="item">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div>
<div class="item">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div> <div class="item">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div>
<div class="item">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div>
<div class="item">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div>
<div class="item custom-slide">
<img src="http://welearn.site/wp-content/uploads/2016/09/k2.jpg" title="" alt="" />
</div>
I want slider start with custom class "custom-slide"