Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ericthelast/225da0218be7179524d2 to your computer and use it in GitHub Desktop.
Save ericthelast/225da0218be7179524d2 to your computer and use it in GitHub Desktop.
new Photostack( document.getElementById( 'photostack-1' ), {
// any other options here,
afterInit: function(ps) {
setTimeout(function() {
ps._open(true);
}, 3000);
},
afterShowPhoto: function(ps) {
setTimeout(function() {
ps._navigate('next');
}, 3000);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment