http://jsfiddle.net/JNsu6/893/
$(".column").click(function (e) {
e.preventDefault();
$.featherlightGallery($(".column"));
});
You can see it here.
Clicking on the second image still opens the first one if I have a click event, that triggers the manual calling of the gallery.
Am I missing something? Documentation doesn't specify much.
You can specify the "first item" with the
$currentTarget
option: