I have a problem. I'm using owl carousel in bootstrap panel (in top of the footer www.bayern.ge check the link). when user clicks on second tab, owl carousel items have very small width and height. if you zoom page (change resolution), it gets good width and height. can anyone help me by solving this problem? Sorry for poor English.
Asked
Active
Viewed 597 times
0
-
Possible duplicate of http://stackoverflow.com/questions/34215877/owl-carousel-v2-item-width-calculated-wrong-if-the-carousel-behind-tab-content/40923801 – Russia Must Remove Putin Dec 02 '16 at 02:51
2 Answers
1
I work with this problem.
You must init owl again after change tab, something like this:
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
owl.init();
})

Алексей Морозов
- 187
- 1
- 1
- 10