It looks like you’re new here. If you want to get involved, click one of these buttons!
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>