drupalfun.com
Photo album view in grid style - Drupal 6
Submitted by Dan on Sat, 04/11/2009 - 02:31
Status:
Open Question:
Has anyone successfully setup the Photo Album view in grid style? The grid style setting doesn't effect the layout when I set the grid to 4 columns. Also, the gallery is not unique to the user anymore. They all show the gallery of the logged in user and in stacked formation.
Here is what I have tried so far.
1. Removed the custom contemplate.
2. Here is a snapshot of the setting I have tried so far
Related Questions
Responses
2. CSS in Photogallery panel
Submitted by Dan on Sun, 04/12/2009 - 18:39.
I'm looking for a simple way to add padding to the thumbs. I have attempted to defined a class in the Photogallery panel and it has no effect. Shouldn't this work? Example


1. That's because one gallery is
That's because one gallery is one node. And will show in one grid.
You have to just display the node (row style: node). And create the grid in your contemplate manually.