Active
Project:
Exhibit
Version:
6.x-1.0-beta1
Component:
Thumbnail view
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 10:17 UTC
Updated:
1 Aug 2009 at 04:44 UTC
Hi,
Any body knows howto do a Thumbnail or Vignette view with exhibit,
Thanks, regards,
Eric
Comments
Comment #1
diodata commentedCheck out some of the examples at http://projects.csail.mit.edu/wibit/wiki/index.php?title=SimileResources (Particularly the CSAIL Principle Investigators one.) Basically, the code looks something like this:
For the above, the lens is defined inside the view div. There are two CCK fields being pulled in from a view, .title (the standard title of the node) and .field_preview_fid (imagefield with imagecache preset.)
Hope this helps.