Use Matt Wilcox's Adaptive-Image script : https://github.com/MattWilcox/Adaptive-Images.
I've used it with great success on a couple of projects. It is just a script you put on the server and it works transparently, you don't have to make any changes to your code, like filament group's solution. Le dimanche 3 juin 2012 09:45:02 UTC-4, Kevin Ridgway a écrit : > > Bootstrap doesn't take into account responsive images yet. There's nothing > defined in the documentation or CSS regarding images in a responsive > layout. However, should be pretty easy to use Twitter Bootstrap, and roll > something else in like: > > https://github.com/filamentgroup/Responsive-Images > > More info: > http://www.alistapart.com/articles/responsive-images-how-they-almost-worked-and-what-we-need/ > > On Thursday, May 24, 2012 11:27:31 AM UTC-4, Dan Vega wrote: >> >> I have given a few presentations on Bootstrap now and I have been asked >> about adaptive images. With the 2.0 changes and Responsive Design how are >> images handled? There are projects out there like this that seem to do a >> good job with it http://adaptive-images.com/ but I am not sure if/how >> bootstrap handles this. Thanks for taking a look at this. > >
