Hi emilyPA,
Please follw the step below. It show you how to disable the "lightbox" feature in SlideShow layout
1. Open file "CuteSoft_Client\Gallery\Layout\SlideShow\Code.js"
2. Find section below
case "Open":
default:
if(!this._isfullpage)
{
this.Browser.ShowViewer(this._showingphoto);
}
else
{
clearTimeout(this.playtimerid);
this.ShowPhoto(this.GetNextPhoto(this._showingphoto));
}
break;
Change to
case "Open":
break;
Regards,
ken