Make lightbox css stop after one loop

Q: How do I configure Visual Lightbox to STOP playing at the end of the last image?

A: Open generated "visuallightbox.js" file in any text editor (for example, Notepad), find following parameter:

loop:true;



and set value "false" for it.

Related