tilaksanyal / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Autoplay slideshow #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to make the gallery slidehow start automatically on page load?

Original issue reported on code.google.com by ed.holli...@gmail.com on 18 Sep 2009 at 4:28

GoogleCodeExporter commented 9 years ago
you could use jquery to trigger a click on the button, or better yet just find 
(in
gallerific js) what happens when the slideshow link is clicked and call the 
logic
directly on page load. 

Original comment by alundgre...@gmail.com on 17 Dec 2009 at 4:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Add this under the script initializing Galleriffic

$('.play').trigger('click'); 

Original comment by sef...@gmail.com on 18 Apr 2012 at 1:58

GoogleCodeExporter commented 9 years ago
where exactly you mean to say.. I tried all possible ways to autostart, but 
thats not working..

Original comment by marafee1...@gmail.com on 8 Mar 2013 at 7:47