To auto play (and loop the slide show) use the following:
        $('#gallery').litebox({
            a: true,
            loop: true
        });
        $('#gallery a:eq(0)').trigger('click');

Caption support is planned for a future release. If you want to
rearrange the controls, you are going to have to dig into the init()
method of the litebox code (lines 43-64) and change the css.
    #ss_c : counter
    #ss_a : play/pause
    #ss_x : close
    #ss_p : previous
    #ss_n : next

Again, caption support is my next todo, bu I have been very busy at
work.

- D

On Apr 13, 4:58 am, "Mario Moura" <[EMAIL PROTECTED]> wrote:
> Hi
>
> How can I add caption in Litebox?
> How can I setup the position of controls?
> I see the new feature auto-advance slide show but I need autoplay how can I
> do this with JQuery?
> So when my page open litebox start immediately.
>
> Regards
>
> macm

Reply via email to