Screenshot slideshow: increased slide interval and activate pause-on-hover

This commit is contained in:
jklingen 2016-10-23 15:41:06 +02:00
commit 9ed3291925

View file

@ -18,10 +18,13 @@ tags: []
<script>
$(function(){
$("#slides").slidesjs({
width: 940,
height: 528,
pagination: { active: false },
play: { active: true, auto: true, interval: 3000 }
play: {
active: true,
auto: true,
interval: 5000,
pauseOnHover: true
}
});
});
</script>