segment-boneyard / socrates

Write and read Markdown in real-time with anyone you want.
socrates.io
481 stars 57 forks source link

max-width on images #11

Closed kjell closed 11 years ago

kjell commented 11 years ago

I'm trying to show screenshots from cloud app. They're shown at full resolution.

![alt](//….png)

.document-article img { max-width: 100% } would be nice. Or even something like {max-width: 145%; margin-left: -20% }

ianstormtaylor commented 11 years ago

Good call, just pushed a fix! Thanks for the heads up