Welcome to the jKit community. This is the place to discuss everything on and around jKit. Be friendly and I’m sure other members will be friendly with you, too.
  • Views
    2
    Comments
    1
    1 comment Started by khalua 2:39AM Carousel
    • 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!

    • Read more
  • Views
    14
    Comments
    3
    3 comments Most recent by svN April 21 Carousel
    • 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=

    • Read more
  • Views
    224
    Comments
    6
    6 comments Most recent by toledoh March 23 Carousel
    • 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>          
      
    • Read more