Created
February 2, 2019 19:01
-
-
Save d4rkyfirefly/1a8a01f65be38b02f4a832310c670a84 to your computer and use it in GitHub Desktop.
Owl Carousel Equal Heights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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