Home › Forums › CSS › CSS looks right, but img not responsive › Re: CSS looks right, but img not responsive
June 16, 2013 at 12:36 am
#138871
Participant
Go to your media query css part and add this:
img{
max-width:100%;
}