Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS looks right, but img not responsive Re: CSS looks right, but img not responsive

#138871
CodeGraphics
Participant

Go to your media query css part and add this:

img{
max-width:100%;
}