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". + } }); });