0

I need help for owl carousel - synced owls.

I want to use it in left column. but i can't hide other big imagesexcept main big image. It is overflow on right column and outside the container.

Other thing is how can i make it auto change images ?

I am waiting for helps. Thanks.

Here is link : codepen

codepen.io/erenesto/pen/zqKZKq
erenesto
  • 197
  • 1
  • 11
  • You want to change other slider slide as other changes; let say if you change top slider bottom slider should move to same slide top slider just moved right? – itzmukeshy7 Mar 15 '16 at 06:30

2 Answers2

0

As per your code you use owl carousel v1.3.2 js and CSS v2.0. So USe OWL CSS V1.3.2 Instead of Owl CSS V2.0.

Ashish Mehta
  • 7,226
  • 4
  • 25
  • 52
0

Im not really good coder, hardly now any code. But adding overflow:hidden to colum1 helps. Now you just need to work on your margins and padding:

.col-1 {
    width: 60%;
    float: left;
    overflow: hidden;
}