
Originally Posted by
jaycode
any link? If I remembered correctly (hey its been awhile since I worked on this!) they share the same variables so what you might want to do is to replace SMALL_IMAGE_WIDTH and SMALL_IMAGE_HEIGHT throughout the module and change them with your own variable say AIS_SMALL_IMAGE_WIDTH and AIS_SMALL_IMAGE_HEIGHT.
dont forget to set the variables by adding a file under includes/extra_configures/ with anyname and add these code:
define('ASC_SMALL_IMAGE_WIDTH', 75);
define('ASC_SMALL_IMAGE_HEIGHT', 56);