I have an image, and I want the width to fill up the browser window, no matter the size of the window.
How do I do this in HTML and CSS?
CSS file
.fixpixel img{ height: auto; background-position: center; background-repeat: no-repeat; background-size: cover; }