Download v1.0

Thank you for comments

For Plugin :)
$


Cover3D jQuery

Quick start

1.- Include the files

    <!-- Bootstrap and JQuery -->
    <link rel="stylesheet" href="bootstrap.min.css">
    <script src="jquery-2.1.4.min.js"> </script>
        
    <!-- Plugin -->
    <link rel="stylesheet" href="Cover3D.css">
    <script src="Cover3D.js"></script>
2.- Create HTML Element

    <div id="cover3">
<img src="img/avengers-dvd-cover-1.jpg"/>
</div>
3.- Call the the plugin on a container as your wish

    $('#cover3').CoverTresD();
               
4.- All done!

Options

you can custom by passing options when call the plugin, all available options are listed below. call the the plugin on a container wish you wish

       $('#cover3').CoverTresD({
                    option: value,
                    option2: value2
       });
                 
               
Demo (Options)

        { color:"#FF0" /*Border Color */}