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

    (@jleuze)

    Hi, just to confirm, I see that right now the dimensions are set to 300px high by 200px wide, is that correct? Did you re-upload these images that you reduced in Photoshop after setting the slideshow dimensions?

    The images could also just be cut off in your theme, if you can add the slideshow back into the widget area I can take a look.

    Thread Starter tg94901

    (@tg94901)

    Thank you for the IMMEDIATE reply! ??

    I added the slideshow back to my site. Yes, the settings are 200w x 300h.

    I took all my images to 200 wide (with varying heights, none of which were bigger than 300px high) before I uploaded the images to WordPress.

    The first image is OK, but check out the rest. All are cut on the bottom. It’s driving me crazy…
    Thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    The first slide image is 139px high and the slideshow is shrinking to match that slide. If the first slide is 300px high it won’t shrink the slideshow, you could change the published date of your slides so that a larger one is the latest slide post. But I would size all of your slide images to 300×200, you’ll get better results that way.

    Thread Starter tg94901

    (@tg94901)

    Oh that fixed it! I redid my images and it’s all working. Awesome… thanks a bunch. Once the hiccups are resolved, yours really is the best slideshow plug-in.
    t-h-a-n-k-s!

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome!

    Hi all,
    i have the same problem. I set the images to 1280 x 349 but after the update has been resized to 262px, if I force the absolute height using css does not work, there is some remedy to correct this error? thank you ??

    Plugin Author Josh Leuze

    (@jleuze)

    @giampietro Can you post a link?

    ups sorry https://www.mediopiave.it/ i solved the problem..in part thank you!:)

    Plugin Author Josh Leuze

    (@jleuze)

    The slideshow is shrinking with your browser because you don’t have it inside a container that has a fixed width.

    Try adding a wrapper around the slideshow like this:

    <div id="slideshow-wrapper">
    	<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    </div>

    And setting a width for it:

    #slideshow-wrapper {
        margin: 0 auto;
        width: 1280px;
    }

    ok! thank you very much josh!:)

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Meteor Slides] images get cut off’ is closed to new replies.