I have been looking for this and googling from quite a few days, but not getting a satisfactory solution.
I have an aspx page, the background property of the body has an image of type. Image Size of 3000 X 2000 px. Therefore, when rendering a page, the image does not fit properly and inflates, because it does not resize in accordance with the size of the window (more precisely, the screen resolution). How to resize the background image so that it matches the exact size of the browser window without cropping or swelling?
Is it possible to install CSS or use jquery / javascript.
Any pointers would be very good !!!
source
share