• Resolved CSchoonover

    (@cschoonover)


    I’m using meteor slides and I’ve made some updates to make the slideshow on the front page size and move the way I want it to. It works very well in Chrome/Safari/Firefox, but in IE it’s having some problems. It’s not responding at all and the image seems to be stuck at the size it was uploaded. Will not get smaller or bigger. Any advice would be a super big help. Hopefully it’s just a css issue.

    howarddesign.com/devsites/palmer

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    The problem is that the height and width are empty, that is going to cause bugs, they should have a value set in pixels.

    It’s not a fullscreen slideshow, so it won’t scale up infinitely, but that’s OK because the slide images have a finite size too and just aren’t going to look good blown up beyond that.

    The slideshow will scale down though, so the size you set doesn’t have to be fixed, it’s just the max size. So if your slide image are 1500×539, set the slide dimensions to match, and it will shrink to fit if the browser or device is smaller than that. One thing you might think about for your design is adding a wrapper container around the slideshow with a background color or image set on it so that if the browser is wider than 1500px, the slideshow transitions to that background and you have a nice bar between the header and the content even if the slideshow doesn’t stretch the whole distance.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Meteor Slides] Responsive issue in IE’ is closed to new replies.