molivier / nest

Nest Pelican Template
https://www.molivier.com
GNU General Public License v2.0
123 stars 50 forks source link

Header image scaling fix + forgotten header on article pages. #11

Closed ke5aux closed 8 years ago

ke5aux commented 8 years ago

Hi, I fixed the header image scaling by adding background-size: cover; to the inline CSS of header images. background-size: cover; will fill the image in the viewport without distorting the dimensions.

It also appears the NEST_HEADER_IMAGES if clause was forgotten on the article.html template. I made it identical to the page.html template.

molivier commented 8 years ago

LGTM. Thanks for this PR.