Should I use variations of one image or create multiples?
-
I’m trying to determine what image size use is best practice. Specifically:
1. Due to those damn Retina screens, one now has to load an image that has twice the pixels of the display value. So if I understand the Retina issue correctly, if I want my image to display at 300px high, I need to upload an image that is 600px high but set it to display at 300px.
2. If I then have different size needs for the same picture, should I just use the original and set it to display at those different sizes, or should I make other copies at the other sizes? For example, if I need the the same image to display elsewhere at only 200px, should I just use the 600px one (and set it to display at 200px) or create and upload a new 400px one?
Any help appreciated.
- The topic ‘Should I use variations of one image or create multiples?’ is closed to new replies.