|
Hi, First of all, great gallery, really really nice. I'm a super beginner here, but I just wanted to know if it is possible to make the gallery appear directly on the page without having to click on a button? Thanks |
|
Hi, Of course you can; as you can see in the demo file the gallery is invoked via an on click event but you can use the same constructor to run the gallery once the page is loaded: Just write as follow inside the document ready ($(function(){...})) of SCRIPT tag on the header of your page:
This way the gallery will start once the page is loaded. Bye, Matteo |


