From 89325720c022d8880a8fe96dae92cc225b287ba1 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Wed, 4 Feb 2015 16:05:22 +0100 Subject: [PATCH] new layout --- pages/screenshots.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/screenshots.html b/pages/screenshots.html index e6dbc37d5..dbd15bbfa 100644 --- a/pages/screenshots.html +++ b/pages/screenshots.html @@ -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". + } }); });