If you want the Extended Info Image to automatically be added as an extra Lightbox image then do the following.
Edit layout Lightbox Image List and look for the line:
Code: Select all
$LightBoxImages = array('<actinic:variable name="LightboxImage1" encoding="perl" selectable="false" />',
Code: Select all
$LightBoxImages = array(str_replace('\\', '/', '<actinic:variable name="ExtendedInfoImageFileNameRaw" encoding="perl" selectable="false" />'),
'<actinic:variable name="LightboxImage1" encoding="perl" selectable="false" />',
Code: Select all
$LightBoxTitles = array('<actinic:variable name="LightboxTitle1" encoding="perl" selectable="false" />',
Code: Select all
$LightBoxTitles = array('', '<actinic:variable name="LightboxTitle1" encoding="perl" selectable="false" />',