CSS to control large article image header .articleimageheader { position: absolute; top: 0; left: 0; right: 0; height: 400px; background-size: cover; background-position: center; background-image: url('/image.jpg'); } <div class="articleimageheader"> </div> From JR's : articles 22 words - 261 chars created on Nov 03, 2013 at 11:48:59 pm updated on Nov 03, 2013 at 11:50:32 pm - # source - versions