Fotorama source is a simple yet powerful responsive jQuery image gallery. It can help you create a simple and beautiful-looking JavaScript gallery with intuitive controls and great browser compatibility.
Responsive Photo/Image Gallery in Pure JavaScript | Cube Gallery
How to make use of it:
1. Include jQuery library and jQuery fotorama on your website.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script src="../product/fotorama.js"></script>
2. Include the required jQuery Fotorama CSS on the page.
<link href="../product/fotorama.css" rel="stylesheet">
3. Generate the HTML.
<div class="fotorama"> <img src="i/okonechnikov/1-lo.jpg"> <img src="i/okonechnikov/2-lo.jpg"> <img src="i/okonechnikov/9-lo.jpg"> <img src="i/okonechnikov/6-lo.jpg"> <img src="i/okonechnikov/5-lo.jpg"> </div>
Simple Photo Album Plugin, Fotorama source Github
See Demo And Download
Official Website(artpolikarpov): Click Here
This superior jQuery/javascript plugin is developed by artpolikarpov. For extra Advanced Usage, please go to the official website.