mootools slideshow2
Posted
by ioannis
on Stack Overflow
See other posts from Stack Overflow
or by ioannis
Published on 2010-01-19T12:04:20Z
Indexed on
2010/03/29
18:03 UTC
Read the original article
Hit count: 378
hello everyone. i am using slideshow2 by Aeron Glemann in a website.Does in generate the thumbnails or do i have to provide them?the images iam showing are coming from a cloud, and are passed to the slideshow in an array.the thumbs exist in the cloud. how can i pass them in the array if the show cannot create them? i have used the replace parameter with regex but it shows as thumbnails the full image and nothing happens when i alter the css properties for the thumbnails. the images are displayed.
here is the line for the show creation: var myShow = new Slideshow('show', eval(res.value), { controller: true, height: 350,overlap: false, resize: false, hu: '',replace:[/^\S+.(gif|jpg|jpeg|png)$/,'t$1'],thumbnails: true, width: 600});
the value object contains the images from the cloud in format shown below: ['xx.jpg','yy.png',....]
thank you very much for your time.
© Stack Overflow or respective owner