Hi, would you mind taking a look at this page and see if you can help me combine these two functionalities, I'm having a hard time with it.
http://dev1.wbparts.com/rfq/5995-01-496-2412.html
I originally had it working with this...
<div class="masonry-thumbs col-5 clearfix" data-lightbox="gallery">
But I need to have the images shown as a Carousel, so swapped out that div with this...
<div id="oc-images" class="owl-carousel image-carousel carousel-widget" data-margin="20" data-nav="true" data-pagi="false" data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="5">
That's what is on the page now when you view it. There are 2 problems. #1 That scroll bar shows up for some reason so I'd like to get rid of that, and #2 Now that the Carousel is working I no longer get the Lightbox Gallery functionality. Do you see a way to add that?
Thank you very much!
