salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Images in widgets do not maintain aspect ratio when responsively resizing #41

Closed salcode closed 9 years ago

salcode commented 9 years ago

This issue arose when using the Gravatar Widget image This image should be square.

Adding the CSS property height: auto; should correct this issue.