It looks like you’re new here. If you want to get involved, click one of these buttons!
Hello. Love your plugins, thank you.
is there anyway to enable a href tags inside of a div that holds a carousel-item? they seem to be disabled, and i can’t figure out where to enable them
thank you!
…Hey Fredi,
I´m just exploring your awesome jquerykit. But now i got a problem. I want to rotate through different pictures in the carousel but the images are different in width and height. Is there a possiblity to resize them through your kit or is there a kind of workaround? Because without anything to resize the pictures, it don´t look very interesting.
Here my code snippet:
<div id=
…Is there the ability to merge the lightbox function with a carousel?
<div class="row carousel" data-jkit="[carousel:autoplay=yes]">
<div class="carousel-item">
<div>
<a href="images/sideSample.jpg" data-jkit="[lightbox:group=images]" title="">
<img src="images/sideSample.jpg" alt="">
</a>
</div>
</div>
</div>
…