So I have an image (PNG file) that I want scaled at say, 90%, relative to my webpage. However, this PNG file is very big, and so when it is scaled, not only does it take several seconds to load, but it eats up RAM (My computer has given me warnings that it is low on memory). I do not need all this picture quality in that instance, so how to I let the image render with less quality (to speed up load time) while preserving the scaling and not altering the original file?
~ Thanks
HTML cannot load an image "with less quality". You need to use image editing software if you want the image to load faster, as the browser will load it first with full quality before scaling it down.