View Single Post
Old February 15th, 2005, 01:01 PM   #6 (permalink)
katman
Junior Member
Verified Customer
 
Join Date: Jan 2003
Location: Mt. Horeb, WI
Posts: 26
I figured it out. The first 1 is the number of columns and the second is the number of images. So if you want 5 random images in a single column change it to 1, 5.

display_gallery("random", "", "", 1, 1);
katman is offline   Reply With Quote