I'm new to utilizing Twitter's Bootstrap. I am curious about the HTML layout required for implementing a full-screen responsive background image with Bootstrap.
Currently, I am using the following mockup:
<div class="container-fluid">
<div class="wrapper">
</div>
</div>
Prior to the wrapper, there is a navigation menu. My goal is to integrate a full-screen image into the wrapper div and have it scale at 100%. Any suggestions or tips would be greatly appreciated.