Hi,
Is it possible to get the full size image from External Image Block. I find that I can only get the Thumbnail image only. The code I use from the Site Admin --> Blocks --> Random / Popular as follows:
<?php @readfile('http://www.ozhobby.com/g2/main.php?g2_view=imageblock:External&g2_blocks=randomImage&g2_show=title'); ?>
Thanks!!