0

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.

enter image description here

UninformedUser
  • 8,397
  • 1
  • 14
  • 23

2 Answers2

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();
})
0

I found a solution: Downgraded to Owl carousel v1.3.3