• i have got random images working in my footer by putting the following code in my footer:

    <?php
    if (function_exists("nggDisplayRandomImages"))
    { nggDisplayRandomImages('4',$Width,$Height); }
    ?>

    however i’d like it if i could display the 4 images in a row instead of a 2 x 2 square. is this possible?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] random images in a row or column?’ is closed to new replies.