From a65693f32da5ad6f9ee194e38941a26df4a4a263 Mon Sep 17 00:00:00 2001 From: Sam Dunn Date: Thu, 23 Feb 2012 15:40:26 -0500 Subject: [PATCH] Version 3.2.7 Update Minor bug fixes to slideshow --- README.md | 5 +++++ slideshow/css/supersized.css | 2 +- slideshow/demo.html | 4 ++-- slideshow/fade.html | 4 ++-- .../js/{supersized.3.2.6.js => supersized.3.2.7.js} | 8 ++++---- .../{supersized.3.2.6.min.js => supersized.3.2.7.min.js} | 4 ++-- slideshow/slide.html | 4 ++-- slideshow/theme/supersized.shutter.css | 9 +++++---- slideshow/theme/supersized.shutter.js | 2 +- slideshow/theme/supersized.shutter.min.js | 2 +- 10 files changed, 25 insertions(+), 19 deletions(-) rename slideshow/js/{supersized.3.2.6.js => supersized.3.2.7.js} (99%) rename slideshow/js/{supersized.3.2.6.min.js => supersized.3.2.7.min.js} (52%) diff --git a/README.md b/README.md index a2d8a49..c7d5a99 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Documentation can be found on the official project page: [http://www.buildintern *** Changelog *** +2/23/12 - 3.2.7 + *Fixed issue with previous thumbnail not loading correctly + *Autoplay now works when no transition is specified + *Updated Shutter theme CSS for smooth opacity transition when thumbnails are hovered over. + 11/28/11 - 3.2.6 *Fixed issue where previous slide was not displaying after goTo() diff --git a/slideshow/css/supersized.css b/slideshow/css/supersized.css index b4aba0f..0096862 100644 --- a/slideshow/css/supersized.css +++ b/slideshow/css/supersized.css @@ -1,7 +1,7 @@ /* Supersized - Fullscreen Slideshow jQuery Plugin - Version : 3.2.6 + Version : 3.2.7 Site : www.buildinternet.com/project/supersized Author : Sam Dunn diff --git a/slideshow/demo.html b/slideshow/demo.html index 87f263b..4dbb54f 100644 --- a/slideshow/demo.html +++ b/slideshow/demo.html @@ -4,7 +4,7 @@