Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Currently it seems to be set to 5 Columns, yet there is nothing in the admin which allows one to change this.
    Ive looked in the script as well, but came up empty. Would someone please help?? Thanks!
    • CommentAuthorddejong
    • CommentTimeDec 5th 2005 edited
     
    Nevermind what I said prior. The thumbs (I just checked the Beta 2 demo) don't have a table; they are therefore dependent on how wide the window and parent objects are. Consequently, it fits as many across as possible automatically. This is a function of the CSS, not PHP, so there's currently no way to limit the number of thumbnails in a row, to my knowledge.

    Regards,
    Derek
    •  
      CommentAuthormike
    • CommentTimeDec 5th 2005
     
    Just edit gallery.css, add a width attribute to #wrapper. You can change the width of the gallery, and the thumbnails will automatically flow to the size of the container.
    •  
      CommentAuthormike
    • CommentTimeDec 5th 2005
     
    Also, changing the thumbnail size in the admin will effect the number of columns while allowing you to fill the entire content area.
    • CommentAuthordjoole
    • CommentTimeAug 9th 2006
     
    Another solution is to set in index.php line 33 :

    <div style="margin: auto; width: 100%;">

    instead of:
    <div style="margin: auto; width: 750;">