• robotarmy

    (@robotarmy)


    The settings have the slide size as 900 x 900.
    The slideshow has this metadata:
    [meteor_slideshow slideshow="email" metadata="height: 900, width: 900"]
    The images were uploaded one at a time while creating the slides.
    The images are sized in Photoshop at 900 x 900.
    However, the slideshow displays images at 700 x 700.

    I noticed in one of the posts that you mentioned a video for using “different size slideshows.” Have you since done it? That would help, but I haven’t found it.

    Some of my slideshows need to contain panoramas (short and wide) and some need to contain emails (tall and narrow), such as the one here in question.

    Here is the site.

    Any suggestions?

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

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

    (@jleuze)

    Hi, the issue is that the .inner container that the slideshows are in is only 708px wide, this is shrinking the slideshow to fit that container.

    If you change the container to 900px, the slideshow is fullsize:

    .no-sidebars .inner {
    width: 900px;
    }
    Thread Starter robotarmy

    (@robotarmy)

    Thanks,

    Where do I put the code you included above?

    Thread Starter robotarmy

    (@robotarmy)

    Oops…
    never mind.
    I figured it out.

    Thanks

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

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

The topic ‘[Plugin: Meteor Slides] different size slideshows’ is closed to new replies.