Created
March 5, 2017 02:37
-
-
Save agragregra/4c5fe9167fd85441e6b36a88a1be79e1 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()); | |
} |
Практически это зачем?) Немного не понятно
для того, чтобы блоки были одинаковой высоты
Практически это зачем?) Немного не понятно
для того, чтобы блоки были одинаковой высоты
Как это правильно использовать подскажите пожалуйста?
тут https://www.codeseek.co/preview/XKyjpP все на Flexbox, работает отлично.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Практически это зачем?) Немного не понятно