Skip to content

Instantly share code, notes, and snippets.

@strathmeyer
Created April 25, 2012 22:29
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 strathmeyer/2493997 to your computer and use it in GitHub Desktop.
Save strathmeyer/2493997 to your computer and use it in GitHub Desktop.
YOUTUBE / VIMEO
before:
<table cellspacing="0" border="0"><tr><td style="width:640px;"><table style="text-align: center; margin-top: 5px; margin-bottom: 5px" align="left" width="320px" cellspacing="0" border="0"><tbody><tr><td style="text-align: center" rowspan="1" colspan="1" width="auto"><a href="http://youtu.be/a1Y73sPHKxw" target="_blank" style="display:block"><img width="320px" height="240px" src="http://i2.ytimg.com/vi/a1Y73sPHKxw/hqdefault.jpg" border="0" style="display:block;margin-bottom:0px"></a>
after:
<table cellspacing="0" border="0"><tr><td style="width:640px;"><table style="text-align: center; margin-top: 5px; margin-bottom: 5px" align="left" width="320px" cellspacing="0" border="0"><tbody><tr><td style="text-align: center" rowspan="1" colspan="1" width="auto"><a href="http://youtu.be/a1Y73sPHKxw" target="_blank" style="display:block"><img width="100%" height="240px" src="http://i2.ytimg.com/vi/a1Y73sPHKxw/hqdefault.jpg" border="0" style="display:block;margin-bottom:0px;margin-left:auto; margin-right:auto;"></a>
FACEBOOK
before:
<table cellspacing="0" border="0"><tr><td style="width:480px;"><div><a href="http://powerinbox.com" target="_blank" style="display:block"><img src="https://static.powerinbox.com/embed/facebook/comments.png" width="480px" height="83px" style="display:block;margin-bottom:0px"></img></a></div>
after:
<table cellspacing="0" border="0"><tr><td style="width:100%"><div><a href="http://powerinbox.com" target="_blank" style="display:block"><img src="https://static.powerinbox.com/embed/facebook/comments.png" width="480px" height="83px" style="display:block;margin-bottom:0px;margin-left:auto; margin-right:auto;"></img></a></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment