-
Syntax
The Slider has the easiest syntax ever, just with a line of php code you can create a slider.
-
Advantage
Forget about coding images, just drag and drop images into a folder and the plugin does the rest.
-
Responsive
Will automatically adapt to its container taking care of keeping the right proportions.
-
CSS3 Transitions
Take advantage of CSS3 Transformations like scale and rotation 3D for the transition effects.
-
Fallbacks
For old browsers that does not support CSS3 transformations the plugin fallback to a fade effect.
-
Customizable
It is based on CSS so you can change the color of the timer, captions, etc. through CSS.
-
Multiple Sliders
You can create multiple sliders in one page just by calling the php function again.
-
Just HTML
You can awlays go back to the classic way of building a slider with just HTML with a very easy markup.
-
Captions
Support any HTML as the name of the images so when the plugin reads them the captions will be with HTML markup.
-
Support
I offer you any free support concerning the Ultimate Smart Slider, I will help you any way I can.
-
API
gives you full control over the slider, pause, play, stop, nav, etc., all through Javascript
-
Documentation
You can read the documentation for free here, and feel free to ask any question you may have.
The slider adapts to its container that in this case is 100%
JS Configuration
jQuery('#slider1').autoSlider();
PHP Function Configuration
make_slider("slider1", "images", array('horizontalStripes-zoomIn', 'verticalStripes-zoomOut', 'boxesDiagonal', 'boxes-zoomIn'));