/* Hack Name: Using Open Browser Window Plugin with IImage Browser Version: 1.0 Hack URI: http://ajaydsouza.com/wordpress/hacks/iimage-browser-hack/ Description: Use my Open Browser Window Plugin with IImage Browser plugin so that clicking on thumbnailed pictures opens a centered browser window of the height and width of the full-size image. Author: Ajay D'Souza Author URI: http://ajaydsouza.com/ */ ------------------------------------------------------------ Steps: 1. Open iimage-browser.php 2. Find: $ib_custom_code_thumb = 'Must be set in iimage-browser.php'; 3. Replace with: $ib_custom_code_thumb = '%title'; ------------------------------------------------------------ /* End */