I have one footer div which is 100% and I would like to apply the background in it. The background image width is 1350px, this is the background image
As you can see, image is a curve one, so when the screen size is larger than 1350px, my background image will be repeat, but if i set repeat none, it will not fill the 100% as well.
So what I would like to know is, is there some way that I can set a footer background to 100% fill whatever the screen size is and doesn't repeat?
Please kindly help me out. Any solution is acceptable, CSS or Javascript, no matters. Thank you.