Web Development Office
Immaculata Hall, 90
Visit our office
Mon. - Fri. 8:30a - 4:30p
570-348-6211 x2340
##Set the path in the statement below #set ($path = '/alumni/pictures/home') ##Execute the macro, which loads a random image ##into $image and adds the file extension. ##You don't need to change these lines of code #randomImage($path) #set ($pic="/dotAsset/" + "$image.identifier" + ".jpg") ##Display the image by standard HTML ##You can set the size and so on. <img src="$pic" width="300px" alt="Random Image" /> |