Shadowbox Module: 6.x-3.2
Shadowbox Plugin: 3.0b
Drupal: v6.14

I am trying to configure the shadowbox module on D6. But the images dont seem to be using shadowbox at all... even though the configuration seems correct. (I have enabled "image handling" in the module config)

I refered to this post on the Shadowbox 3.0 - Auto image handling not work topic, however this bug seems to have taken care of in v6.x-3.2 of the module.

How can get this right?

Comments

JayNL’s picture

do you have rel="shadowbox" in the img tag of the images you want shadowboxed?

njathan’s picture

I opened firebug and here's what i see on the left pane:

<div class="content">
<a href="/drupal/?q=node/1">
<img class="image image-thumbnail " width="100" height="75" title="Sunset" alt="Sunset" src="http://localhost/drupal/sites/default/files/images/Sunset.thumbnail.jpg"/>
</a>
</div>
njathan’s picture

I did a 'View Source'.
I cannot find rel="shadowbox" there... both on the preview page and the node itself.

njathan’s picture

Anyone has any ideas on how to get shadowbox right?