pull in your guests with an awesome lightbox impact for the photographs in your blog
Howdy, how you'll doing? I trust you are doing awesome! Well today I thought of a cool Lightbox + Slider for your blogger blog. It is made from a jQuery lightbox module called "PrettyPhoto". Well I won't squander your opportunity to presenting it any longer. Simply look at the demo, it will state it all.
Demo
Lightbox
Establishment Guide
In the event that this is what you're searching for, take after the basic strides to introduce it.
Blog Html Code
STEP - 1: Go to Your Blogs Home > Template > Edit HTML
Lightbox Jquery
STEP - 2: Add jQuery script. (In the event that your layout as of now have a jQuery script introduced then skirt this progression.)
Place the accompanying code just before the end head tag
STEP - 3: Add Lightbox module.
Place the accompanying code just before the end head tag
Lightbox Seattle
STEP - 4: Initialize the Lightbox (Final advance)$(".post-body").each(function(i) {
$(this).find("img").closest('a').attr("rel", "prettyPhoto[gallery" + (i + 1) + "]");
});
Click here to show the final Code
$(document).ready(function(){
$(".post-body a[rel^='prettyPhoto']").prettyPhoto({
animation_speed:'normal',
slideshow: 5000,
theme: 'pp_default',
autoplay_slideshow: true
});
});
No comments:
Post a Comment