Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Last active July 18, 2017 19:14
Show Gist options
  • Select an option

  • Save manbearwolf/6ddfcf8ebde3ff31946360837647e44f to your computer and use it in GitHub Desktop.

Select an option

Save manbearwolf/6ddfcf8ebde3ff31946360837647e44f to your computer and use it in GitHub Desktop.
Full Width of Margins in Blogger in Posts for img, etc. https://www.blogger.com
<a href="https://image.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="auto" src="https://image.jpg" width="100%" /></a>
to...
<a href="https://image.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" height="auto" src="https://image.jpg" width="100%" /></a>
@manbearwolf

Copy link
Copy Markdown
Author

Auto size to the very edges of page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment