Image Slider with Thumbnails

Image Slider with Thumbnails


Method 1 of Image slider with thumbnail; Firstly open tab in internet or other like google chrome and type blogger.com in it.Then Log in to your Blogger home page place or area & then go to Template > Edit HTML


Step 2. Click  inside the code area but the area should only of code not other area should and press the CTRL + F keys on keyboard to open  Blogger search box.This is very simple through which you can do it.


Step 3.After copy , Paste the </head> tag inside the search box and hit Enter.(When any body copy any word or we say that line , this is known as Paste).I hope you will like this bright ideas posts thankyou.

Step 4. At the upper area means that  above the </head> tag, add this code that is seeing you under , Just copy this code simply without any problem and difficulty:
 <style type='text/css'>
.image-container {
position: relative;
width: 640px;
height: 530px;
margin: 0 auto;
text-align:center;
overflow: hidden;
}
.image-container a {
display: inline;
text-decoration: none;
}
/* Mini-thumbnails style */
.mini-thumbnail {
width: 18%; /* mini-thumbnails width */
margin:1px;
opacity: 1;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
/* Style for the main thumbnail */
.large-thumbnail {
position: absolute;
width: 100%;
top: 800px;
margin:0 auto;
text-align: center;
display: block;
-webkit-transition: top 1s ease;
-moz-transition: top 1s ease;
-o-transition: top 1s ease;
-ms-transition: top 1s ease;
transition: top 1s ease;
}
.feature {
top: 110px;
width: 100%;
opacity: .3;
}
/* style for the selected mini-thumbnail */
a:hover .mini-thumbnail {
opacity: .5;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
/* transition effects for the selected image */
a:hover .large-thumbnail {
top: 110px;
width: 100%;
z-index:3;
opacity: 1;
-webkit-transition: top 1s ease;
-moz-transition: top 1s ease;
-o-transition: top 1s ease;
-ms-transition: top 1s ease;
transition: top 1s ease;
}
</style>
You can change width easily without any problem and other thought.This is very specific and good height and width due to my own thought and knowledge (Here we set a specific height {you know I think the meaning of height ; height means in horizontal form (530px) and width {width is also a form of length that is in vertical form} (640px)) However, so we can slide an image out of the bounds of the container.
The absolute positioning due to betterment on the larger thumbnails (.large-thumbnail) pulls them out & places them specifically in the spot that we've chosen using a value of 800px for the top property;that see very beautiful and that see very good with the deep of heart.
The mini-thumbnails that are actually a 2nd image remain all the time above in a static position & all give a large beauty in visitor mind and get fascinate by it very much.

Step 5. In blogger means blogspot, Save the changes by simple method means clicking on the Save template button.

And finally, we need to add the HTML code.

Step 6. Paste (I also gave the mean of paste (what is paste) the below HTML structure to where you want to display the gallery by going either to Layout and add a new gadget, or inside a post or page within the HTML section in blog website in blogger dashboard where we work.{ Image Slider with Thumbnails method number six }
 <div class="image-container">
<a href="javascript:void(0);">
<img class="mini-thumbnail" src="MINI-THUMB-URL1" />
<img class="large-thumbnail" src="LARGE-THUMB-URL1" />
</a>
<a href="javascript:void(0);">
<img class="mini-thumbnail" src="MINI-THUMB-URL2" />
<img class="large-thumbnail" src="LARGE-THUMB-URL2" />
</a>
<a href="javascript:void(0);">
<img class="mini-thumbnail" src="MINI-THUMB-URL3" />
<img class="large-thumbnail" src="LARGE-THUMB-URL3" />
</a>
<a href="javascript:void(0);">
<img class="mini-thumbnail" src="MINI-THUMB-URL4" />
<img class="large-thumbnail" src="LARGE-THUMB-URL4" />
</a>
<a href="javascript:void(0);">
<img class="mini-thumbnail" src="MINI-THUMB-URL5" />
<img class="large-thumbnail" src="LARGE-THUMB-URL5" />
</a>
<a href="javascript:void(0);">
<img class="large-thumbnail feature" src="LARGE-THUMB-URL1" />
</a>
</div>
If you want to upload any beautiful template for blogger and you need very much of beautiful blogger then you can easily download very Awesome template that is very famous template  in websites.I got this template for public for help.Click here to download awesome template for Image.
I hope you will enjoy this post very much because this post is very good for Image slider with thumbnails.

0 comments:

Post a Comment

Copyright © 2014 Amazing