new layout

This commit is contained in:
Thomas Braun 2015-02-04 16:07:41 +01:00
commit 18cba56a7c

View file

@ -16,7 +16,8 @@ tags: menu
$(function(){
$("#slides").slidesjs({
width: 940,
height: 528
height: 528,
pagination: { active: false }
});
});
</script>