Hi davenel,
Please open file "CuteSoft_Client\Gallery\Layout\GridShow\Code.js"
Find section below, it is the onClick event of the image, you can change it you need.
div.onclick=ToDelegate(this,function()
{
//this.ShowPhoto(photo);
this.Browser.ShowViewer(photo);
tt.Close();
})
Regards,
Ken