Hello,
I am trying to set up multiple slideshows on a page. The "Setting up multiple slideshows" blog post helped me do this, but I have a few more questions:
1) How do I control duration? I need three different durations. Right now I am trying timeout: 5 in the metadata with no luck. Example: <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "Reservations", "timeout: 5, height: 169, width: 310" ); } ?>
2) How do the overall slideshow settings interact with multiple slideshows in regards to # of slides and the duration?