Submit your widget

Smart3D images jQuery plugin

Created 13 years ago   Views 15681   downloads 2960    Author n/a
Smart3D images jQuery plugin
View DemoDownload
249
Share |

Simple code brilliant results

 

 

$(function() {
    $('#mindscape').smart3d(850);
});

 

<ul id="mindscape">
    <li><img src=".../mindscape1.png" /></li>
    <li><img src=".../mindscape2.png" /></li>
</ul>

 

#mindscape {
    width: 750px;
    height: 174px;
}