Add Zoom Effect for images blogspost

6:31 AM

1.Log in to your dashboard–> layout- -> Edit HTML 2.Click on “Expand Widget Templates” 3.Scroll down to where you see </head> ta...


1.Log in to your dashboard–> layout- -> Edit HTML
2.Click on “Expand Widget Templates”
3.Scroll down to where you see </head> tag.
4.Now add below code before </head> tag.

<script src=’http://wam8387.110mb.com/FancyZoom.js’ type=’text/javascript’/>
<script src=’http://wam8387.110mb.com/FancyZoomHTML.js’ type=’text/javascript’/>
5.Now replace the <body> tag with <body onload=’setupZoom()’>
NOTE : If in your template already has <body onload=”setupZoom()”> code instead <body> tag ,skip this step.
6.Now save your template.

No comments: