This module is beautiful!!! I am currently using another module and would love to switch to Shadowbox but I am still trying to figure out how to show the image description and title in Shadowbox, please let me know how to do this if you can. Many thanks =D

BB

Comments

nicholas.alipaz’s picture

Category: task » support
Status: Active » Closed (won't fix)

Descriptions are not really a part of shadowbox, but titles are. See http://www.shadowbox-js.com/usage.html

<a href="myimage.jpg" rel="shadowbox" title="My Image">My Image</a>

The title attribute sets the title of shadowbox, but there is no real description unless you were to use an iframe or something.