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.
Slideshow mouse events
  • if I have this:

    How can I make it so that it stops the slideshow onmouseup and starts it again onmouseout?

  • Onmouseup? Why would you want to dio that? Or did you mean on mouseover? That would be:

    <div id="mydiv7" data-jkit="[slideshow:interval=2000;speed=250;animation=fade;on=mouseover]">
        <img src="../img/slides/p1.jpg">
        <img src="../img/slides/p2.jpg">
        <img src="../img/slides/p3.jpg">
        <img src="../img/slides/p4.jpg">
        <img src="../img/slides/p5.jpg">
    </div>
    
    Creator of jKit – www.fredibach.ch