$(function () {
'use strict';
featured();
pagination(false);
});
function featured() {
'use strict';
$('.featured-feed').owlCarousel({
dots: false,
margin: 30,
nav: true,
navText: [
'',
'',
],
responsive: {
0: {
items: 1,
},
768: {
items: 2,
},
992: {
items: 3,
},
},
});
}