How to make a raster image adapt to all resolutions? For that matter, a vector image as well. How do they do it? I mean as in the examples below:
So, is it enough to oversize the image (eg 6000 * X pix) and put it in a div box? I have tried this, but it did not work. And even that will create white spaces around the image eventually? It did with me, but it’s limited to how much I can increase the resolution of my equipment as well, so it’s limited. Therefore, I have not been able to increase the resolution to more than a little over 2000 on the screen and tried with images ranging from 1024 and up. If the image is smaller than the box, I get some disturbance in the image. The position changes and everything that is not supposed to happen happens. How to make one image scale and stay in the same place as scaling up and down?
I do not require you to set up any script for me, or finish things. I’m just asking you to tell me how and what is used. Feel free to point me to a turorial as well. I have not found that either.