Forums

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

Home Forums CSS [Solved] responsive image help Reply To: [Solved] responsive image help

#190614
Paulie_D
Member
.alignleft, img.alignleft {
display: inline;
float: left;
margin: 5px 20px 0 0;
max-width: 100%; /* this is missing */
}