StartBootstrap/startbootstrap-clean-blog

Media query for masthead

pgrandinetti opened this issue · 1 comments

I would like to serve different images as background in the <header class="masthead"> element. The actual image would be chosen with media query on the device's size (basically, always the same figure but with different file size).
I was wondering if it's something you've already done, or if you have suggestions/templates.
Cheers

That is something that should be easy enough to accomplish with a little bit of custom CSS. Just use media queries in a CSS file targeting the masthead and use different background images in each media query.