Closed kjell closed 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% }
.document-article img { max-width: 100% }
{max-width: 145%; margin-left: -20% }
Good call, just pushed a fix! Thanks for the heads up
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% }