jmarrdiaz
3/10/2016 - 1:07 PM

Image full width

Image full width

<div class="my_image"> </div>

<style type="text/css">

.my_image {
    height: 200px; 
    width: 100%;
    background: black url('path-to-image'.jpg) no-repeat;
    background-size: 100% 100%;
}

</style>