Hello,
It is possible to disable lightbox for the selected links if add
no-lightbox CSS class. For example:
Code: |
<a href="http://domain.com" target="_blank" class="no-lightbox">Some link</a>
|
or if want to add lightbox to a specific link, add
ari-fancybox for all links except web pages and
ari-fancybox-iframe for web pages. For example:
Code: |
<a href="http://domain.com/page.html" class="ari-fancybox-iframe">Another link</a>
<a href="http://domain.com/photo.jpg" class="ari-fancybox">Photo</a>
|
We will add this information to documentation.
About links with mixed protocols (http and https), we will investigate how to possible to treat it, but suppose it will not be possible to modify links in an external page due to browser's security policy.
Regards,
ARI Soft