Skip to content

Instantly share code, notes, and snippets.

@88880
88880 / resizeImage.css
Created September 24, 2018 20:08 — forked from oliverdoetsch/resizeImage.css
automatically resize blogger images to fit full blog post area
.post-body img {
width: $(content.width);
height: auto;
margin-left: -1em;
padding: 0;
border: none;
max-width: 100%;
}
.post-body .tr-caption-container {