But the solution no longer works. Originally I was told to take
/* =Images
————————————————————– */
#content img {
margin: 0;
height: auto;
max-width: 640px;
width: auto;
}
and to remove “width: auto;”
But now the style.css reads this:
/* Images
————————————————————– */
#content .gallery .gallery-caption {
margin-right: 0;
}
#content .gallery .gallery-item {
float: right;
}