The responsive.css (or .less) overrides the spans to set them 100%, when the resolution is smaller then 767px.
But your image should be atleast 767px to fit the width of screen and use max-width: 100%, or stretch the image, using width:100% On Fri, Mar 23, 2012 at 00:41, Leeaston <[email protected]> wrote: > Thanks Barry. The thumbnail li width is controlled by .span2, .span3 etc. > I was hoping there is a way to override that with mq's. > > > > On Thursday, March 22, 2012 11:59:37 PM UTC+1, Barry vd. Heuvel wrote: > >> Give the image a 100% width. (Or use a larger resolution picture) >> >> On Thu, Mar 22, 2012 at 23:31, Leeaston wrote: >> >>> Anyone know if it's possible to have thumbnails ( >>> http://twitter.github.com/bootstrap/components.html#thumbnails<http://twitter.github.com/bootstrap/components.html#thumbnails>) >>> responsive. Such that they are full width on a phone. >>> >>> Best wishes >>> Lee >>> >> >>
