[CSS]What if I told you you can set image `max-width` to 100% to prevent overflow?

MXXIV·2/9/2015, 12:03:55 PM·7 votes·1,628 views

image description

Nice, isn't it? No it isn't actually. Just another obvious incompetence of Riot board developers. The same image pasted in StackOverflow new post form:

image description

I made a screenshot with the relevant CSS so that you can just add it to your styles. In particular:

.markdown img { max-width: 100%; }

Is it so hard? After aplying this style, the page will look like this:

image description

6 Comments

Evangelique2/9/2015, 12:06:27 PM1 votes

what is this for?