Skip to content

Instantly share code, notes, and snippets.

@Hatteron
Forked from agragregra/owl-equal-heights.js
Created July 8, 2017 15:55
Show Gist options
  • Save Hatteron/41d552ee8f3b4dd56d2e44202afdfd74 to your computer and use it in GitHub Desktop.
Save Hatteron/41d552ee8f3b4dd56d2e44202afdfd74 to your computer and use it in GitHub Desktop.
Owl Carousel Equal Heights
onRefresh: function () {
owl.find('div.owl-item').height('');
},
onRefreshed: function () {
owl.find('div.owl-item').height(owl.height());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment