From 148773f19e3f37732d87ecd6d280049c7e81a8c9 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Sun, 1 Jan 2012 14:27:18 +0200 Subject: [PATCH] Makes the js a bit more readable --- example/index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/example/index.html b/example/index.html index 3fcf575..03d31f0 100644 --- a/example/index.html +++ b/example/index.html @@ -11,10 +11,17 @@ jQuery(function() { // Slideshow 1 - $("#slides").responsiveSlides({ maxwidth:800 }); + $("#slides").responsiveSlides({ + maxwidth: 800 + }); // Slideshow 2 - $("#slides2").responsiveSlides({ fade:300, auto:false, maxwidth:540, namespace: 'anotherslideshow' }); + $("#slides2").responsiveSlides({ + fade: 300, + auto: false, + maxwidth: 540, + namespace: 'anotherslideshow' + }); }); @@ -22,7 +29,7 @@

ResponsiveSlides.js

-

Responsive jQuery Slideshow plugin that weights just ~1kb

+

Responsive jQuery Slideshow plugin that weights under 1kb