Skip to content

How to start the slideshow by clicking on a link? #7

Description

@nikolaii

I am looking for the javacript function to start the slideshow by clicking on a specific link on my page. The only way to start the slideshow with the default settings is to click on one of the pictures.

I tried to play with the #fullscreenSlideshowContainer events with no success...

jQuery(document).ready(function(){

jQuery('a#slideshow').click(function() {
    $container = jQuery('#fullscreenSlideshowContainer'); 
    $container.show();
return false;
});

});

Thank you,

Nikolaii.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions