mirror of
https://github.com/greenshot/greenshot
synced 2025-08-12 17:57:02 -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>
|
||||
$(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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue