Closed ColdFireIce closed 9 years ago
This change will allow a user to get an Image Object with a specific lightbox ID set. This function is allready included in the addImageToTemplate() function. The ID just gets passed through.
You can now use lightbox and fullsize this way:
lightbox
fullsize
$this->getImageObject($id, $size, null, 'lightbox[foo]', array('fullsize' => true))
This change will allow a user to get an Image Object with a specific lightbox ID set. This function is allready included in the addImageToTemplate() function. The ID just gets passed through.