Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter RT78

    (@rt78)

    In the css of the other pages i see this:

    header#branding img.headerimage {
    width: 100%;
    height: auto;
    margin-top: 12px;

    This is the reason the other pages headers are dynamic.

    Can this also be the solution for Meteor Slides?

    Plugin Author Josh Leuze

    (@jleuze)

    Hi Ritchie, the JavaScript that powers the slideshows, jQuery Cycle, is fixed width and doesn’t support fluid or responsive themes by default.

    But the next version of Meteor Slides will be responsive, the slideshow will scale with your theme. Until the next version is released the best I can suggest is to crop the slideshow so that it doesn’t hang out of the page:

    #branding {
        overflow: hidden;
    }
    Thread Starter RT78

    (@rt78)

    Hi JLeuze,

    Thnx for your quick respons. any idea when the next version wil be released?

    Againg thnx for the help!

    p.s.

    the css part i put in the meteor css or the template css?

    Thread Starter RT78

    (@rt78)

    nevermind.. allready got the css part working ??

    Plugin Author Josh Leuze

    (@jleuze)

    I’m hope to release the next version within the next few weeks.

    Hi!

    Sorry, maybe you can answer on RT78 P.S. – where to put that CSS piece to crop slideshow?

    Many thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    Hi, that would go in your theme’s stylesheet.

    Thanks.

    I was wondering, for multiple slideshows on page, not for one slideshow in the header – that CSS piece would be the same?

    Plugin Author Josh Leuze

    (@jleuze)

    No, the branding container is in the header. Use Firebug to inspect the page and see what container your slideshows are in.

    Yeah, fixed, it was in #primary.

    Thank you very much once again, J. ??

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Meteor Slides] slider images does not dynamicly shrink with screen?’ is closed to new replies.