[Plugin: Meteor Slides] Replace paging with smaller thumbnails
-
Hello,
My name is kairi.
I write you because I have an issue with the plugin “meteor slides”.My first goal was : having smaller thumbnails in the slide
to help me I found it :and I succed to do it with that code in my post ^^
https://www.jleuze.com/plugins/meteor-slides/adding-a-slideshow/ : [meteor_slideshow]
But when I want a specific slide
[meteor_slideshow slideshow="insolite-jeu-video-chaussures-jeux-video-jamie-ferraioli"] https://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/
there is nothing any more =( please can you help me ? my english is not very fluent and I have lots of difficulty finding the solution …
this is the code of slideshow.js+ CSS
$j('.meteor-slides').before('<ul class="nav">').cycle({ height: $slideheight, width: $slidewidth, fit: 1, fx: $slidetransition, speed: 'fast', timeout: $slidetimeout, pause: 1, prev: '#meteor-prev', next: '#meteor-next', pager: '.nav', pagerEvent: 'click', cleartypeNoBg: 'true', slideExpr: '.mslide', pagerAnchorBuilder: function(idx, slide) { return ' <li><a href="#"> <img src="' + jQuery(slide).find('img').attr('src') + '" width="90" height="90" /> </a></li> '; }
and the CSS
#slideshow { left: 20px } .nav { width: 500px; margin: 15px } .nav li { width: 90px; float: left; margin: 8px; list-style: none } .nav a { width: 90px; padding: 3px; display: block; border: 1px solid #ccc; } .nav li.activeSlide a { background: #88f } .nav a:focus { outline: none; } .nav img { border: none; display: block }
THANK YOUUUUUU veryy much !!!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘[Plugin: Meteor Slides] Replace paging with smaller thumbnails’ is closed to new replies.