Hello,
I am using an AJAX gallery called Minishowcase: http://minishowcase.net
The gallery is in a PHP file (index.php). I have inserted an iFrame into my main site that calls the php file:
<iframe src='index.php' frameborder='0' width='100%' height='100%' allowtransparency='false' scrolling="no" frameborder="0" align="middle"></iframe>
It works fine until I try to open one of the images in the gallery. It keeps opening inside of the iFrame and getting cut off. Is there an easy way to make the images open outside of the iFrame?
I've tried to find the code that opens the image but can not.
Thanks.