diff --git a/pages/screenshots.html b/pages/screenshots.html index 33a255ae3..369e1284b 100644 --- a/pages/screenshots.html +++ b/pages/screenshots.html @@ -17,7 +17,8 @@ tags: menu $("#slides").slidesjs({ width: 940, height: 528, - pagination: { active: false } + pagination: { active: false }, + play: { active: true } }); });