Closed (fixed)
Project:
Shadowbox
Version:
7.x-3.0-beta4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Mar 2011 at 17:21 UTC
Updated:
14 May 2014 at 09:52 UTC
Jump to comment: Most recent
Comments
Comment #1
smtabatabaie commentedI didn't find a way to edit my post , so I do it as a comment. I'll be appreciated if someone can tell me what is the difference between "gallery page" , "gallery field" and "gallery node" of this module .
thanks
Comment #2
manfer commentedIn 7.x-3.0-beta5 version a new compact parameter has been added to the shadowbox formatter. So if you have an image field (multimage, accepts more than 1 image) and you set its formatter as shadowbox with gallery type and compact checked, you will get a gallery in which only the first image thumbnail is displayed and when you click on it shadowbox is opened and you can view all the images there.
Gallery page -> All images on the page are grouped in same gallery. This means for example if you are viewing a page that shows various nodes that have an image field when you click any of the thumbnails of that page the shadowbox that opens contains all images of the page.
Gallery node -> All images on the node are grouped in same gallery. This means when viewing a node when you click in an image thumbnail the shadowbox that opens contains all images of that node. (Take in mind a node could have more that one different image field).
Gallery field -> Only the images of same field are grouped in a gallery. This means when you click on the thumbnail the shadowbox that opens only contains images of that field.
Comment #3
smtabatabaie commentedthanks manfer ,that's exactly what I wanted
Comment #4
manfer commented