Results 1 to 3 of 3

Thread: PHP Photo Album script - vertical display

  1. #1
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Photo Album script - vertical display

    Can the PHP Photo Album script display vertically down the page?

    if so how do i do it?

    Brian

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It already displays vertically as well as horizontally. The number of thumbnails per 'page' and the how these are arranged is configurable:

    Code:
    var dimension="3x2" //Specify dimension of gallery (number of images shown), such as 4x2, 3x1 etc
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks john, that works fine. For any one else looking at this i used
    var dimension="1x3" which is 1 column vertically down the page showing 3 pictures.

    just what i wanted.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •