I think I may have solved this, which is surprising because I have no idea what I’m doing…
In ‘Style.css, change the width and height to 100%:
#latestpost li img{
margin:0;
padding:5px;
float:left;
width:100%; /* was 260px */
height:100%; /* was auto */
}