In the web application when i click on a link that should load an image from server, it is taking too much time since the images are sized approxmately 3MB - 5 MB, we are unable to reduce the size because of the image resolution problem.
There is one solution to put height and width, but we are unable to put height and width for the image. How can we resolve it?
I am loading the images from server into div like
<div> <img src="http://upload.wikimedia.org/wikipedia/commons/1/15/Srtm_ramp2.world.21600x10800.jpg"/> </div>
The most common way to optimize images is to resize them. If you take a photo on a 24-megapixel camera, the image will be 6000x4000 pixels and might be 16 megabytes in size. That's about four times the size of the average website! You can dramatically reduce the file size by resizing the image.
There are a couple of solutions to explore for managing large images:
Try to bring down file size (3-5MB is too high IMHO):
You can also explore:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With