JamieKnight / jkg3-Theme

A lightweight simple textpattern theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images not responsive

philwareham opened this issue · comments

Hi. Site looks great. I've noticed that the images are not being responsive at the moment though - it's an easy CSS fix:

article img {
    max-width: 100%;
    height: auto;
}

As you are using Textpattern (good choice!), there might be things you would find useful in my Textpattern 4.5 default theme here on GitHub.

Hiya,

Thanks for the feedback, i have added the fix in.

Cheers,

Jamie + Lion