Published
- 1 min read
owl carousel items same height
The solution for this is noted below
owl carousel items same height
Solution
.owl-item{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto !important;
}
Try other methods by searching on the site. That is if this doesn’t work