I want that my background image stretch and scale depending on the browser viewport size.
I\'ve seen some questions on Stack Overflow that do the job, like
Use this CSS:
background: url('img.png') no-repeat; background-size: 100%;