Hi,
Please open to edit gallery.php file at /dante/swift-framework/page-builder/builder-shortcodes:- (edited)
$main_slider .= "<li><a href='{$image['url']}' class='view' rel='gallery-{$gallery_id}'><img src='{$image['url']}' width='{$image['width']}' height='{$image['height']}' alt='{$image['alt']}' /></a>";
Changed with:-
$main_slider .= "<li><a href='{$image['url']}' class='view' data-rel='ilightbox[gallery-{$gallery_id}]'><img src='{$image['url']}' width='{$image['width']}' height='{$image['height']}' alt='{$image['alt']}' /></a>";
Thanks
Mohammad