mirror of
https://github.com/greenshot/greenshot
synced 2025-08-24 15:16:24 -07:00
new layout
This commit is contained in:
parent
de68a5dda4
commit
89325720c0
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@ tags: menu
|
|||
$(function(){
|
||||
$("#slides").slidesjs({
|
||||
width: 940,
|
||||
height: 528
|
||||
height: 528,
|
||||
pagination: {
|
||||
active: true,
|
||||
// [boolean] Create pagination items.
|
||||
// You cannot use your own pagination. Sorry.
|
||||
effect: "slide"
|
||||
// [string] Can be either "slide" or "fade".
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue