Jul 03, 2014 in Slideshow 3971 views
Polaroid is a jQuery plugin to create some old school polaroid images
Source: github.com
1. INCLUDE JS FILES
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" src="path/to/polaroid.js">
2. HTML
<div class="my-awesome-images"> <img src="path/to/image.jpg" alt="My awesome image #1" /> ... </div>
3. JAVASCRIPT
$('.my-awesome-images').polaroid();
Tagged with:
polaroid
jquery plugin
polaroid images
images
old school polaroid
image gallery
Related Articles