Skip to content

Instantly share code, notes, and snippets.

Created July 7, 2014 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/33c5911f73d2a38c91b6 to your computer and use it in GitHub Desktop.
Save anonymous/33c5911f73d2a38c91b6 to your computer and use it in GitHub Desktop.
Extra wrapper on image
/* Original */
<img class="aligncenter post-image entry-image" width="550" height="366" itemprop="image" alt="sample1" src="http://abc.com/wp-content/uploads/2013/12/sample1-550x366.jpg">
/* New */
<a class="img-hover">
<img class="aligncenter post-image entry-image" width="550" height="366" itemprop="image" alt="sample1" src="http://abc.com/wp-content/uploads/2013/12/sample1-550x366.jpg">
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment