I have node with field image set to unlimited, so multiple images are attached in one field of a node.
I use Views to present only one image with shadowbox formatter, so that only one image is displayed and in shadowbox there is a pager for all images of the field.
"gallery field node" option is enabled to display all images of the field.
In "Multiple field settings" of view I use: display "all" values with default comma "," separator, so only 1 image is displayed but with many "," signs for every not shown (invisible) image.
If I use no separator (empty) then there are many spaces, what makes too long my block.
Please see screenshot.
I tried also to use display "1" value, but then only 1 image is shown in shadowbox.
| Comment | File | Size | Author |
|---|---|---|---|
| 20120923_shadowbox_multiple_images.png | 34.52 KB | clashar |
Comments
Comment #1
clashar commented"," separators are shown in Views, but on the page it's displayed just with big spaces.
When I look to source code there are div classes for every image/photo.
Comment #2
inst commentedHi,
I got the same problem.- I use the compact mode of shadowbox and get the first image plus symbols for external links, by using the external link module on my page.
Have you found a way to avoid this?
thanks.
best,
frank
Comment #3
manfer commentedI have added a display none CSS on second and next images on compact mode that should solve this kind of issues.