dbtek / dbyll

Stylish, minimalistic theme for jekyll.

Home Page:dbtek.github.io/dbyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big images out of borders

AlessandroLorenzi opened this issue · comments

I've added this in my css to avoid img big images go out of article borders.

.article_body p img{
max-width: 100%;
}

Ciao
Alessandro

Thanks Alessandro,

Actually there is this css to fit large images:

article img { max-width: 100%; }

You might be using an older version.