vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
530 stars 158 forks source link

Specify the target location of the link #114

Closed Thibaultce closed 11 months ago

Thibaultce commented 7 years ago

I use the slider feature of the unitegallery in an iframe and I'm trying to open the link in the parent window but I can't figure out how to do it. The link is always opened in the iframe and not in the parent window.

I tried with <a target="_parent" href="https://www.google.com"> <img /></a> without any success. Then I tried with <a target="_blank" href="https://www.google.com"> <img /></a> and the page is still loading in the iframe.