By : castleplugins Published On Monday, April 15, 2013, 07:21 In JavaScript
----> Update: March 17, 2021
Updated the components and fix compatibility issues with the latest version of jQuery
----> Update: May 2, 2013
Added a option to disabled the right click on the images, you can pass it like this to the JS function:
{
rightClickImages : false
}
{
theme : 'default',
width : '100%',
autoPlay : true,
rightClickImages : false,
showTimer : true,
playInterval : 4000,
playBtn : true,
loop : true,
navArrows : true,
navBar : true,
navBarNumeric : false,
autoHideNavArrows : false,
autoHidePlayBtn : true,
autoHideNavBar : false,
keyboardNav : true,
transitionSpeed : 700,
boxSpeed : 450,
captionSpeed : 300,
captions : true,
autoHideCaptions : false,
thumbnails : true,
thumbnailSize : 20,
x : 8,
y : 4,
hideIconsInWidth : 500,
hideTimerInWidth : 500,
shadow : true,
beforeTransition : function(){},
afterTransition : function(){},
onSlideshowEnd : function() {},
onPlay : function() {},
onPause : function() {}
}

You need to create the function “make_slider” with a unique id (the first parameter) and specify the folder where the plugin will read the images automatically (the second parameter)
You can read the documentation of the plugin here
Note: Old browsers like IE7 that doesn’t support the CSS property “transform” are not supporting the zoom and openBook effect so they fallback into a fade effect.