I'm looking for a way to randomly grab the large picture instead of the thumbnail. Any idea how i can do this? I'm using the Block-random from the download section of the gallery page.
Change
$album->getThumbnailTag($index)
to
$album->getPhotoTag($index, TRUE/FALSE)
TRUE if you want the full-sized original or FALSE if you want the intermediate "sized" image (if one exists).
-Beckett (
)
Posts: 3474
Change
$album->getThumbnailTag($index)
to
$album->getPhotoTag($index, TRUE/FALSE)
TRUE if you want the full-sized original or FALSE if you want the intermediate "sized" image (if one exists).
-Beckett (
)