🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another jQuery plugin that helps you create a horizontal or vertical slider/carousel to present images in a 3D cube fashion. Heavily based on CSS3 3D transforms.

Carousel Image-Slider 3D

Documentation

Cube-jQwery-Slider

A jQuery 3D Cube slider plugin

Demo:

https://matveeta.github.io/Slaider-3D-jQwery_plagin/

All you need is some valid markup, jQuery and some extra CSS ()

Custom options:

options = $.extend({ width: 250,// width of picture height: 250, // height of picture axisRotate : "rotateY" //change horizontal or vertical rotate(X or Y ) },options);

You could change some options, when you called function:

$('body').cubeGallery({width: 250, height: 250, axisRotate : "rotateX" });


You May Also Like