Skip to content

Instantly share code, notes, and snippets.

@Nekspsy
Nekspsy / owl-equal-heights.js
Created August 9, 2017 11:43 — forked from agragregra/owl-equal-heights.js
Owl Carousel Equal Heights
onRefresh: function () {
owl.find('div.owl-item').height('');
},
onRefreshed: function () {
owl.find('div.owl-item').height(owl.height());
}