Before/After Photo Effect with jQuery
If you have a design or makeup blog, or if you are using before and after image comparison , this script will most likely be useful for you. In this tutorial, you will see how to add the Before/After plugin , a script that works with jQuery in order to display two pictures dynamically for comparing them at the same time.
To see how it works, click on the demo link from below and drag horizontally the small bar to see both images that are being compared: Before & After Demo
Implementing this script is really easy. We just need jQuery, the Before/After script, and the two images to compare. How to add Before/After Effect on Blogger Images
Step 1. Go to "Template" and click on the "Edit HTML" button. Once the template HTMK editor opens up, click anywhere inside the code area and press the CTRL + F keys to search for the following tag - hit Enter to find it: </head>
Step 2. Right before </head> paste the following scripts: <script src='http://ajax.goog…