uky-web-archive / seeblue

A University Drupal theme
1 stars 1 forks source link

Header Image Height #54

Open cbgroves opened 9 years ago

cbgroves commented 9 years ago

Basic page header images get distorted based on window size. Below is the current CSS:

.field-name-field-header-image img { width: 100%; }

Need to add "height: auto;"