Random-Block Question.
|
ryanrk
Joined: 2003-12-15
Posts: 1 |
Posted: Mon, 2003-12-15 06:32
|
|
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. |
|
| Login or register to post comments |

Posts: 3469
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 (
)