Hey Everyone,
I found this interesting article today on BuildMobile.com about methods to make images responsive as a part of responsive web design.
Hope you all like it
Understanding Responsive Web Design: How to Manage Images – By Annarita Tranfici.
- Josh Stevens
Website responsiveness is getting more and more important with the explosion of mobile devices and the various form-factors that are common now. Images so often fail to be repsonsive and this can totally break a page. Very informative article!
Fantastic article, shares the idea on why it is so important to make images responsive.
In my opinion when it comes to responsive images, it is important to make sure you have the correct sized images on the server, then make it so that the images are able to resize, depending on the size of the browser.
Ultimately, I think it may be better to have 2-4 different sizes of images, and load them depending on the actual size of the browser as it resizes. This can be easily done with AJAX.