Skip to content

Instantly share code, notes, and snippets.

@d4rkyfirefly
Created February 2, 2019 19:01
Show Gist options
  • Save d4rkyfirefly/1a8a01f65be38b02f4a832310c670a84 to your computer and use it in GitHub Desktop.
Save d4rkyfirefly/1a8a01f65be38b02f4a832310c670a84 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