can someone help me out? .js random image and lytebox

jgpreussner

New Member
ok so i know very little about javascript. im using lytebox for on my site and i want the thumbnail images to be random everytime the page loads. but i also want them to be able to be previewed with lytebox, anyone have some advice or links or script example or anything to help me out?
 

adamblan

New Member
It'd be best to manage the images in a database, calling the desired number of images and ORDER BY RAND()
Really has nothing to do with javascript, unless you're calling the image script asynchronously for some reason.
 
Top