Thumba : show your thumbnails gallery like Google images to your visitors - jQuery plugin
Késako ?
Works on IE8+ , FF, Chrome, Safari & more...!!
Thumba is a gallery jQuery plugin, that displays thumbnails as Google images. You can navigate by moving the mouse, or using "Left" & "Right" arrows.
Press "Enter" or click on a thumbnail to open it into a lightbox.
Thumba download package
- Thumba v1.0
- jquery
- Thumba.jquery.js
- Thumba.jquery.min.js
- jquery-ui.js
- jquery.js
- css
- Thumba.jquery.css
- images
- thumbs
- picasso1.jpg
- picasso2.jpg
- ...
- big
- picasso1.jpg
- picasso2.jpg
- ...
- thumbs
- index.php
- jquery
Thumba implementation
1. First, include the CSS & jQuery files
<!-- include CSS & JS files -->
<!-- CSS file -->
<link rel="stylesheet" type="text/css" href="Thumba.jquery.css" media="screen" />
<!-- jQuery files -->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery-ui.js"></script>
<script type="text/javascript" src="Thumba.jquery.min.js"></script>
2. HTML code
<!-- First, write your HTML -->
<div class="ThumbaGallery">
<ul class="thumba">
<li>
<!-- add "thumba_default" class to the link for initializing Thumba plugin !! -->
<a href="images/big/picasso1.jpg" class="thumba_default" title="Legend of the image">
<img src="images/thumbs/picasso1.jpg" alt="image1" />
</a>
</li>
<li>
<a href="images/big/picasso1.jpg" title="Legend of the image">
<img src="images/thumbs/picasso1.jpg" alt="image2" />
</a>
</li>
...
...
</ul>
</div>
3. Finally, make a simple Thumba plugin call
<script type="text/javascript">
$(document).ready(function(){
// simple Thumba plugin called
$('.ThumbaGallery').Thumba();
// more complex Thumba plugin called
$('.ThumbaGallery').Thumba({
effectThumba : 'linear',
keyNav : false,
coeffZoom : 3
});
});
</script>
Thumba Methods
Thumba plugin has actually no methods. But if you think it will be useful to add some methods, please let us know it :)
Who use Thumba on the web ?
If you use Thumba Plugin into your website and you want to be added here, please contact us !
We will add you with pleasure :)
How can you help us ?
If you love our work, you can show us your admiration by having a look on the ads, free for you, good for us =).THANKS !
Last News
QapTcha 4.1
Wed 7th MarchNew option 'autoSubmit' : auto submit form when the user has dragged it to end.