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>
Enjoy!

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.