Add Following CSS to div.mainImageArea
Images are resized (while maintaining aspect ration) to 300px x 300px, but if the picture is shorter than 300px, the whole description/picture area tends to jump around. This is distracting to the user. Please add these 2 lines of CSS to div.mainImageArea:
min-height:300px;
min-width:300px
1
vote
