Hi,
Go to includes > admin folder then edit register-admin-metabox.php, find this line of codes
array( "name" => "Apply link to the image?",
"desc" => "",
"slug" => "media",
"class" => "av_2columns av_col_1",
"id" => "slideshow_link",
"type" => "select",
"std" => "self",
"no_first" => "true",
"subtype" => array('No link'=>'','Open Lightbox when clicked'=>'lightbox','Link to this Post'=>'self','Link to Page'=>'page','Link to Category'=>'cat','Link manually'=>'url'),
),
array( "name" => "Apply link to the image?",
"desc" => "",
"slug" => "media",
"class" => "av_2columns av_col_1",
"id" => "slideshow_link",
"type" => "select",
"std" => "lightbox",
"no_first" => "true",
"subtype" => array('No link'=>'','Open Lightbox when clicked'=>'lightbox','Link to this Post'=>'self','Link to Page'=>'page','Link to Category'=>'cat','Link manually'=>'url'),
),
We change std to lightbox. :)
Regards,
Ismael