Thanks for getting back to me
are you referreing to this code
function metaslider_rel_attribute($slide, $slideshow_id) {
$slide['rel'] = "lightbox[{$slideshow_id}]";
return $slide;
}
add_filter('metaslider_image_slide_attributes', 'metaslider_rel_attribute',10, 2);
?
Do i need to edit the shortcode to include rel=lightbox or download any additional plugins?
Thanks Again
Craig