I have an JPG image with size 1024 x 724. My page size is not fixed. My requirement is: If I resize the page then the background image should also resize and fit to the page.
These three line all together worked for me.
background-image: url("pages/images/backImage.png"); background-size: 100%; background-repeat: no-repeat;