Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Bugsy Seigel

    (@bugsy-seigel)

    ive got two slideshows running the first one on the home page is fine all with links in …. must be doing something wrong …. alternatively can anyone suggest a similar slideshow plugin? gotta get this site finished

    Thread Starter Bugsy Seigel

    (@bugsy-seigel)

    is this in the wrong part of this forum ? these forum seem to be good most people getting some sort of reply ….

    Plugin Author Josh Leuze

    (@jleuze)

    This is the correct place for support, response times are just slower on the weekends.

    I see the slideshow working on the homepage, is there another slideshow somewhere else that isn’t working, can you link to that one?

    Thread Starter Bugsy Seigel

    (@bugsy-seigel)

    Plugin Author Josh Leuze

    (@jleuze)

    Sorry, that link doesn’t work.

    Thread Starter Bugsy Seigel

    (@bugsy-seigel)

    sorry my bad changing things… http://substr8.net/graphic-design/

    Plugin Author Josh Leuze

    (@jleuze)

    The slideshow dimensions are set to 906×435, and the slides are that large as well, but the container in your site that you’ve added the slideshow to is only 677px wide.

    So the slideshow is shrinking to fit that area and some of the images aren’t shrinking due to a theme conflict. You can override this styling conflict by adding this to your theme’s stylesheet:

    .meteor-slides .mslide img {
    max-width: 100% !important;
    }

    To get he best results, I’d recommend sizing the slideshow and slide images to fit the area on the site you want to add the slideshow to.

    Thread Starter Bugsy Seigel

    (@bugsy-seigel)

    sheer brilliance 🙂 thank you very much .. much appreciated.

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Meteor-slides changing size when adding slide link’ is closed to new replies.