I love this plugin, but I need to retrieve the url of a specific image. Right now it gives me full html for the image as a bonus, which I don't want.
This is the code I've tried so far:
<?php gi_thumb(true, 2); ?>
<?php getImage('2'); ?>
Please help me.