Thumbnail panels:
Now Loading

To allow visitors to view a larger fullsize image, insert a link with a Dreamweaver Open Browser Window Behavior into the Additional Description field for one or more images - inside the iGM interface. This would be the code for a single link:

<a href="ins_01b.jpg" onclick="MM_openBrWindow('ins_01b.jpg','fs2','scrollbars=yes,width=490,height=360');return false">

The easiest way to do this is to create a test page in the same folder as your gallery page. Place a single link on the page and link it to your extra-fullsize image. Then use your Behaviors Panel to apply Dreamweaver's Open Browser Window behavior. Go into the source code and add a return false to the end of the onclick event and use the same window name (fs2 in this case) for all such links to prevent multiple open popup windows.

Copy the entire link tag and then paste it into the Additional Description field in the iGM interface for the appropriate image.

Make sure you add the Open Browser Window script to your page - or to your external script file. The script can be viewed in the source code of this page.

Back to iGM Tweaks listing