Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sdickert

    (@sdickert)

    I fixed it with a force of the CSS for Chrome, but in Firefox is it weird.

    I think there is a bug in the code.

    Plugin Author Josh Leuze

    (@jleuze)

    The issue is that the site title and description are both floating and they are trying to float the slideshow too. You need to update the clear to clear both left and right and the slideshow should layout correctly:

    <div style="clear: both;"></div>
    Thread Starter sdickert

    (@sdickert)

    J – thanks for the response. The problem I now have is that the size of the meteor-clip class is nto set correctly. I had to manually set it in my etra CSS. Any idea why?

    You can see the action when you comment out line 29 in style.css – any idea why?

    Plugin Author Josh Leuze

    (@jleuze)

    This is because the dimensions of the meteor-clip container match those of the first slide image. It looks like you want the header slideshow to be 940×202, but the slide images are 940×198, so I think that discrepancy is throwing it off and it is distorting the image size to make it fit.

    Try setting the slideshow size to 940×198 in the metadata, or prepping the slide images to 940×202 in an image editor and re-uploading them. If the slide size and the slideshow size match, it should be a perfect fit.

    Thread Starter sdickert

    (@sdickert)

    J – I love the idea – but I will eliminate the CSS file and you think it will work then? It was defaulting to 600×131 for some reason.

    Plugin Author Josh Leuze

    (@jleuze)

    It shouldn’t shrink unless there isn’t enough room for the slideshow, I think that it might have been doing that because of the content floating before the slideshow.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Meteor Slides] Resizing via Metadata not working after update’ is closed to new replies.