jQuery Picture Gallery with Twelve Transition Results: SmartGallery
SmartGallery is an interactive picture gallery that’s mainly designed to help with extensive information. It’s light-weight, lightening quick and customizable. Powered by jQuery, SmartGallery comes with twelve transition results together with some notable change, impact and thumbnail navigation.
There are various methods; you possibly can combine this jQuery image gallery into any internet web page to showcase merchandise, presentation slides or high-resolution pictures. SmartGallery supplies all of the options of a picture gallery together with:
- Twelve Transition Results (random or your alternative)
- Thumbnail Navigation (with Auto Disguise performance)
- Customizable Picture Labels
- Computerized Picture Scaling (with help for high-resolution photos)
- Customizable Animation/Transition Velocity (Default 1000 milliseconds)
- Customizable Thumbnails (Masking/Opacity, Scrolling, Variety of thumbnails)
- Customizable Picture Show Time (Default 3000 milliseconds)
Supported Twelve Transition Results:
- Fade In
- Blind
- Seem
- Fill In
- Explode
- Jumble
- Rising Bars
- Falling Bars
- Paint
- Diagonal
- Crunching Bars
- Slide-In
SmartGallery Parameters Listing
- random: True/false, set it to false if you wish to use single transition
- animation: Sort change you need to use, you should use one of many following
(fade in, blind, falling bars, seem, filling, explode, jumble, rising bars, paint, diagonal, crunching bars, slide in) - animation speed: Velocity(milliseconds) at which the transition impact full, default is 1000
- image display time: Delay(milliseconds) earlier than showing the subsequent picture, default is 3000
- noofthumbnails: No of thumbnails to be displayed at a time, the default is 6
- masked: If correct thumbnails will probably be posted with watermark impact, default is true
- thumbnail scroll speed: Velocity(milliseconds) at which thumbnails scroll forwards and backward, default is 2000
- stick thumbnails: True/false if true shut button must be clicked to cover thumbnails, auto disguise in any other case, default is fake
Utilizing SmartGallery
In your HTML file add the next within the head part.
- Add a reference to newest jQuery script
- Add a reference to smart-gallery.min.js file
- Add a reference to smart-gallery.css file
Add block aspect(div) and add your pictures as proven beneath
<div id="smart-gallery" <div id="smart-gallery"> <a href="pictures/cubagallery-img-1.jpg" title="First Picture"> <img src="pictures/cubagallery-img-1.jpg" /></a> <a href="pictures/cubagallery-img-2.jpg" title="Second Picture"> <img src="pictures/cubagallery-img-2.jpg" /></a> </div> </div>
Excellent Picture Gallery will probably be displayed in a compact mode initially, to show thumbnails it’s essential to click on present thumbnails button
Now add the next code to your HTML file’s head part.
<script kind="textual content/javascript"> $(doc).prepared(operate() ); </script>
<div class=”floatleft”
Smart Gallery
- Overall
- Feature Availability
- Customization
- Design Quality
- Flexibility
We’re a gaggle of volunteers and opening a new scheme in our community.
Your website provided us with useful info to
work on. You’ve done an impressive process and our entire group will likely be grateful to you.
Hi there,
Nice piece of code you got over there I really like the variety in transitions. However I remain with a few questions about it, since I’m not familiar with JQuery I was hoping you could help me out. I do not get my navigation working and the images do not scale either. Is there a way I could do this? I’d appreciate if you could help me out. 🙂
Thanks in advance may the source be with you.
I.N.
Hi,
Nice.!! I like it.
But How to show thumbnails by default?
Please help.
You are missing the quotes around the explode. Try this out $(‘#smart-gallery’).gallery({ stickthumbnails: true, random: true, animation: “explode”});
});
this is not work in IE 8 , can you help me…
A new version is coming soon with all the fixes.
Hello Shahbaz – Thanks for posting a useful image gallery but the demo doesnt work on IE7 and IE8. The spinner keeps spinning but no images appear. I am on a windows 7 machine. However, it works well in IE9 and all other browsers. Can you please give a tip on how to resolve this or do it yourself 🙂 Many thanks,
Thanks for the great share. Like Alexey rightly said, it will be good to have namespace with prefix than using common names like thumbnails.
Also, i want to know if it’s possible to have the default display in full including showing the thumbnails. The compact mode will not help me. Thanks
You are free to use prefixes :), to display thumbnail on the start you either need to modify the script a bit or you can programatically invoke the click
thank you for this good Slide,
i put it to my web http://www.dahlia-deko.de its working good, but i have sume Problem withe the produkt light box
hes not showing produkt pictures moor !
and another problem, i get the Slide in all web pages ! i need it only in the main Page !
thank for helping !
It would be easier to use the gallery with CSS classes prefixed by a kind of namespace (like sg-), because used class names are very common (e.g. “thumbnails”, “preview”, “left”, “hidden”, etc) and even they are applied inside “min-gallery” class, they are also influenced by other classes in web-application with matching names.