This is great plugin! and I see there is a way to make multiple slideshows that have different dimensions. but i’ve having some trouble for the template tags.
for slideshow: https://www.ripplur.com/work/promises/
I’ve tried:
<?php if ( function_exists( ‘meteor_slideshow’ ) ) {meteor_slideshow (“promisesSlideshow”, “width: 590”, “height: 460”, “speed: 1”); } ?>
for slideshow on home page: https://www.ripplur.com/
<?php if ( function_exists( ‘meteor_slideshow’ ) ) {meteor_slideshow (“homeSlideshow”, “metadata=width: 456,’ height: 329”); } ?>
my settings in the plugin are for 590 and 460, the home slideshow isn’t displaying and the promises slideshow isn’t displaying 590 and 460 hmm. — thanks ??