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

Polaroid is an amazing jQuery plugin for placing a lot of photos on the web page that you can drag them around and rotate them.

Polaroid-gallery

Documentation

jQuery Polaroid Photo Viewer

Getting Started

Call jsapi from Google and script.js

Including it on your page

Include jQuery and the plugin on a page.

<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript" src="js/script.js"></script>

HTML Structur

You can use the Html structur like eg:

<div class="polaroid"> 	<img src="images/01_colosseum.png" alt="Colloseum" /> 	<p> 		Write title og image here or something you like 	</p> </div>

Example

View demo here


You May Also Like