I'd like to deliver images to client based on the size of the user screen, as in If I have High resolution image, and the user want to view it on a mobile I don't want to send the full HD image, instead I'd like to send the image shrinked to the user's device dimension which will increase the loading speed on low bandwidth devices
There is a solution for this here
Adaptive Images detects your visitor's screen size and automatically creates, caches, and delivers device appropriate re-scaled versions of your web page's embeded HTML images.It is intended for use with Responsive Designs and to be combined with Fluid Image techniques. (From the given link)
I see solutions of this kind for php
& apache
based servers, is there a solution for the web application which have ruby based servers ? a gem
may be... Thanks