Specify slides in metadata (ie display only 1st slide)
-
Is there a way to specify which slides to display, using metadata?
Slideshows are inherently heavy on bandwidth. I’d like mobile users to get just the first slide from any given slideshow. Something like this:
if ( wp_is_mobile() ) { meteor_slideshow( "slideshow-slug-1", "quantity: 1" ); } else meteor_slideshow( "slideshow-slug-1" );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Specify slides in metadata (ie display only 1st slide)’ is closed to new replies.