Hi
I am looking for an optimized solution to display image in different screen size.
I have a image in server which I would like to display in different handled devices like iPhone, iPad ,Android based tablets or mobiles etc.
Some of the solution I have thought of are
- Have different images in server for each screen size.
- Have a single image in server then scale the image in device to fit to screen size.
- Hybrid of above two technique --- I will store some of the screen sizes images in server then in device end I will download image to its nearest screen size and scale to fit.
I appreciate your thought one this and welcome all valuable suggestion.
I believe this is common issue when there are so many different sized screens in the market. Please let me know if I am missing any proven solution to this problem.
Girish Kolari