var els = $('th>div');
var lineHeight = 15;
$.each( els, function( i, el ){
if($(el).height() > lineHeight){
// действие
}
});
$('.owl-carousel').owlCarousel({
responsiveClass:true,
responsive:{
0:{
items: 3,
},
1450:{
items: 5,
}
}
})