1
I have read in some places that we should not resize the images we request from the server in the browser. But I saw recently that it is good to have a large image with a low quality so that when these images are downloaded on a retinal screen they will be of a reasonable quality.
But I need a small image to put in mine. So my question is: How do I do? I take a large image and resize it in my CSS, or grab an image of the exact size I need?
The ideal would be to send the server an image with the exact size, so that the browser (browser) is not downloading more resources (larger image = heavier) than it will actually need. Here’s a good tool to optimize images, it’s not directly related to the size but it’s useful, I use it
– Miguel
@Miguel what tool?
– Jorge B.
Opps, lol @Jorgeb. I forgot to link: https://kraken.io/web-interface
– Miguel