What is the prefered way to Scale up and down imagesin responsive web design?

Different image for different screen size is better or We can scale same image up and down?

Which option is best considering the performance of website?

I need cross browser way to work on all latest and old mobile browsers.

link|improve this question

64% accept rate
feedback

2 Answers

up vote 0 down vote accepted

@jitendra vyas,

scaling same image for different screen size is not a good thing but scaling images is not a bad thing for responsive web design may you have to change the images & design at some specific resolution like 1024px & 480px because they are also a resolution of tab & mobile device.

There are so many reasons like:

1) for a mobile device is to heavy to load large size images.

2) scaling an single image for different resolution became ugly at some point of time special for larger images.

there are some reference website links for how cleverly you can use images.

http://thinkvitamin.com/

http://colly.com/

http://css-tricks.com/

& article on it http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/

link|improve this answer
feedback

Sencha.io Src is a good solution (based on tinySrc).

It does device detection, then serves a scaled image depending on the devices screen size.

http://www.sencha.com/products/io/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.