Needs review
Project:
Node Images
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2007 at 23:35 UTC
Updated:
18 Dec 2007 at 15:57 UTC
Jump to comment: Most recent file
At the moment, the image gallery has the large photo with other photos put to the right. Unfortunately, if the in-focus photo is more than c.500px wide, the other photos go over the right margin of my 800px fixed-width layout.
Is there a way of getting the other photos to be put UNDER the in-focus photo instead of to the right of it.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | node_images.module.txt | 38.66 KB | marcoBauli |
| #6 | node_images_module.patch | 1.86 KB | terrybritton |
| #5 | node_images_css.patch | 801 bytes | terrybritton |
Comments
Comment #1
B.P.B commentedI also would like to run my thumbnails along the bottom, as there is little room to the right.
Comment #2
archnode commentedI hacked the module-file to make those changes, table-free! (I did this for the last release)
Sorry, don't know how to make a patch.
Around line 655:
Around line 680:
The node_images.css
Comment #3
B.P.B commentedI like your modification but there seems to be a bug.
Clicking on a thumbnail causes it to expand slightly, and as a result following thumbnails do not wrap all the way to the left. They are in a way "blocked off". This occurs when many thumbnails are loaded and need to break and form a new line.
Do you know of a solution to fix this?
Comment #4
archnode commentedSure, just give me a few days. (This also occurs if you type in a longer name for a picture, quite annoying)
Comment #5
terrybritton commentedI couldn't get your modification to work in Firefox, so I wrote a patch to put the thumbnails below the main image. In my case I wanted a scrollbar for viewing the thumbnails, but this is fully configurable in the css file (div#thumbs-div is the container for the thumbnail divs). I also based my css on 100px thumbnails, but again that is configurable in css (div#thumb-div).
I would like to get this rolled into the module so please check it out and let me know.
I couldn't get a dual patch to work so the first file is the css patch.
Comment #6
terrybritton commentedThe second patch is for the module.
Comment #7
marcoBauli commentedAttaching to the initial issue the patch Illithium was talking about at n°4 above:
Illithium said at http://drupal.org/node/148919 :
thx