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>