This Effect will help to view your high resolution
images with Zooming,Follow below steps to add
it to your blog.
Demo
1. Log in to blogger and Go to Design >> Edit HTML
5. Now find
tagimages with Zooming,Follow below steps to add
it to your blog.
Demo
1. Log in to blogger and Go to Design >> Edit HTML
5. Now find
3. Paste below code before </head> tag
4. Paste below code before ]]> tag
#easy_zoom{
width:600px;
height:400px;
border:5px solid #eee;
background:#fff;
color:#333;
position:fixed;
top:35px;
left:50%;
overflow:hidden;
-moz-box-shadow:0 0 10px #555;
-webkit-box-shadow:0 0 10px #555;
box-shadow:0 0 10px #555;
/* vertical and horizontal alignment used for preloader text */
line-height:400px;
text-align:center;
}
5. Now When you creating a post you can add following Code. (by Edit HTML)
" imageanchor="1" style="margin-left: 1em; margin-right: 1em;">
* Replace image URL with your image URL
* You can change image size by changing 205, and 320 value.
6. Now preview post and Click Publish Post.
You are done,
