mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Screenshot slideshow: increased slide interval and activate pause-on-hover
This commit is contained in:
parent
59a6e54a85
commit
9ed3291925
1 changed files with 6 additions and 3 deletions
|
@ -18,10 +18,13 @@ tags: []
|
||||||
<script>
|
<script>
|
||||||
$(function(){
|
$(function(){
|
||||||
$("#slides").slidesjs({
|
$("#slides").slidesjs({
|
||||||
width: 940,
|
|
||||||
height: 528,
|
|
||||||
pagination: { active: false },
|
pagination: { active: false },
|
||||||
play: { active: true, auto: true, interval: 3000 }
|
play: {
|
||||||
|
active: true,
|
||||||
|
auto: true,
|
||||||
|
interval: 5000,
|
||||||
|
pauseOnHover: true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue