new layout

This commit is contained in:
Thomas Braun 2015-02-04 16:05:22 +01:00
commit 89325720c0

View file

@ -19,7 +19,14 @@ tags: menu
$(function(){ $(function(){
$("#slides").slidesjs({ $("#slides").slidesjs({
width: 940, 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> </script>