Shake Image Effect
Preview here on how it looks like.
Copy this code and put it BEFORE </head> tag
Search for this {block:Photo} in your theme code and you’ll find <img src=”{PhotoURL-500}” />tag in between {block:Photo} and {/block:Photo}
Copy the code below and just paste in the tag.
class=”shakeimage” onMouseover=”init(this);rattleimage()” onMouseout=”stoprattle(this);top.focus()” onClick=”top.focus()”
It should now look like this
<img src=”{PhotoURL-500}” class=”shakeimage” onMouseover=”init(this);rattleimage()” onMouseout=”stoprattle(this);top.focus()” onClick=”top.focus()” />
**Note:
If you’re using Cl0udz theme, follow this:
If you’re using W1ndz theme, follow this:
If you’re using D0peheav3n theme, follow this:

