4. In templates/pages_show_photos_1.tpl change: <!-- BEGIN PHOTO_LIST --> <div><a href="javascript:windowNew( '$config[index]?p=galleryGalleryShow&iContentGallery=$iContent&iPhoto=$aList[iPhot o]', 710, 550, 'Gallery' );"><img src="$aList[sPhotoSmall]" alt="" /></a>$aList[sDescription]</div> <!-- END PHOTO_LIST -->
to: <!-- BEGIN PHOTO_LIST --> <div><a href="$aList[sPhotoBig]" rel="lytebox"><img src="$aList[sPhotoSmall]" alt="" /></a>$aList[sDescription]</div> <!-- END PHOTO_LIST -->
and in templates/pages_show_photos_2.tpl, change:
<!-- BEGIN PHOTO_LIST --> <!-- BEGIN PHOTO_LIST --> <td style="width:$aList[iWidth]%;"> <div><a href="javascript:windowNew( '$config[index]?p=galleryGalleryShow&iContentGallery=$iContent&iPhoto=$aList[iPhot o]', 710, 550, 'Gallery' );"><img src="$aList[sPhotoSmall]" alt="" /></a></div> $aList[sDescription] </td> <!-- END PHOTO_LIST -->
to:
<!-- BEGIN PHOTO_LIST --> <td style="width:$aList[iWidth]%;"> <div><a href="$aList[sPhotoBig]" rel="lytebox"><img src="$aList[sPhotoSmall]" alt="" /></a></div> $aList[sDescription] </td> <!-- END PHOTO_LIST -->