Hello,

I tried to build a site with "gridless". Works fine with all browsers (also IE with some JS for @media support) but it breaks a field_slideshow (missing completly).

I also have sites with field_slideshow inserted into a node (build slideshow as views, inserted with views_insert module). View have the correct size, but the div around the img tag and also the img tag are use a wrong width and correct height.

Any idea what could be the problem? Chrome, FF and Opera works fine...

Comments

JohnnyX’s picture

Solved it! Following code is needed to get it work in IE...

.field-slideshow img {
    max-width: none;
}

max-width is defined inside gridless css file. Only IE have a problem with... or field_slideshow?

futurist’s picture

I had a similar problem with a Zen subtheme, and this solved the width issue in IE8. Thanks.

JohnnyX’s picture

Is it possible to patch field_slideshow to be responsive itself?

onthefritz’s picture

Im also looking for a patch for Field Slideshow to be responsive. Any luck with this so far?

JohnnyX’s picture

There is another issue about responsive field_slideshow.
I set this issue to fixed because it was a single problem and now it's a duplicate of #1228266: Responsive slideshow

JohnnyX’s picture

Status: Active » Closed (fixed)