-
Do you happen to store the width and height of attached images?
If you whack the width/height attributes on the
<img>
tag and then override their values with css!important
the browser does some additional calculations to stop this happening.Wouldn't help with embedded images from other sites, but could be worth a shot?
(Edit: Would be happy to send a pull request if the data's accessible and getting a local system up is easy enough)
Edit 2: hmm, doesn't seem like it's in the model, so ignore me:
https://github.com/buro9/microcosm/blob/e4868670a74a80ccd0eb79dbefadd4d574baa905/models/attachment.go#L6
This site does nothing special, this sounds like a browser issue. Are you an iPhone user?