Better, but still not there.
Take this page from site: http://www.accuratecommunications.com/e-book-publishing/ . It’s the perfect example.
The image at the top (aligned left) and at the bottom (aligned right) do not resize. The ones in the middle do.
The CSS that you suggested works when the image has a caption only. I tried the following iterations and they didn’t work:
@media screen and (max-width: 480px) {
.wp-image {
width: 50% !important;
}
}
@media screen and (max-width: 480px) {
.alignleft size-full wp-image {
width: 50% !important;
}
}
It should be obvious by now that I know nothing about CSS!!!