Add A Reflection Effect To The Images In Blogger Posts

Every bloggers desire is to make their blog more different from others. Someone likes to make their blog more professionally in looks and try to make their blog post more beautiful with images. Now Its time to know about adding reflection effect to your blog post images using simple tricks. Its absolutely awesome because you never wanna depend on other Image editing software as well as Online image editors. Reflection hack gives a nice reflection effect to the images. Reflection effect is made by using java script. Reflection Effect is shown only at the bottom of the image. Before we dive into the code, take a look at the demo image shown below to get an idea of what we are going to build here.

Reflection Effect To The Images In Blogger Posts Demo



How To Add A Reflection Effect To The Images In Blogger Posts

  • Go to Blogger Dashboard 
  • Click on DropDown Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML --> Proceed --> Expand Widget Templates
  • Press Ctrl + F and search the code shown below


</head>


  • Now Paste the Code Shown Below just above/before it

<script src='http://latest-hacks.googlecode.com/svn/gadgets/extras/reflection.js' type='text/javascript'/>

  • Now save your template

  • Now when you upload an image to blogger post click on Edit HTML tab and add a class="reflect" attribute inside the image tag as shown below

<a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJZ8CEl63TRxW8dMaxAhxbRL_k4CLJN3HEEK8WmNgSTH3FSM8uWOcI_zMxtfJIuCO7cK0tFAp46r8TbqHgwr6VdzXEk5XFmKX2d8I79mFYH9ll7JWv6ZLL4oGGoaudEbqjLpnytMcRSSo/s1600/reflection-effect-to-images.png" imageanchor="1" style="clear: right; float: center; margin-bottom: 1em; margin-left: 1em;"><img border="0" class="reflect" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJZ8CEl63TRxW8dMaxAhxbRL_k4CLJN3HEEK8WmNgSTH3FSM8uWOcI_zMxtfJIuCO7cK0tFAp46r8TbqHgwr6VdzXEk5XFmKX2d8I79mFYH9ll7JWv6ZLL4oGGoaudEbqjLpnytMcRSSo/s1600/reflection-effect-to-images.png" /></a>

Like it? Share it.

No Comments

Click to Add a New Comment

  • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
  • Do NOT add links to the body of your comment as they will not be published.
  • Only the comments posted in ENGLISH will be approved.
  • If you have a problem check first the comments , maybe you will find the solution there.