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

    (@jleuze)

    You can re-size specific slideshows using metadata. So if you wanted a 100×100 slideshow in a widget, you could add this to the metadata field:

    height: 100, width: 100

    The slide images will be cropped to fit the dimensions on the settings page through, so you will have to size your images before you upload them.

    Thread Starter v2006

    (@v2006)

    Thanks…so if my slideshow is called logos is this the correct code to add to my text widget…

    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "logos", "height: 100, width: 100'" ); } ?>

    Plugin Author Josh Leuze

    (@jleuze)

    You can’t use PHP in a text widget, there is a Meteor Slides Widget that you can use to add a slideshow. To load a specific slideshow, just add the slideshow’s slug to the slideshow field.

    Thread Starter v2006

    (@v2006)

    Ok thanks for the clarification

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Meteor Slides] Rotate images in text widget and pages’ is closed to new replies.