Hello,
If you use the following HTML code to show an inline content into the lightbox:
Code: |
<div id="mySampleContent" class="fancybox-hide">This content will be shown into the lightbox</div>
<a href="#mySampleContent" class="ari-fancybox">Open lightbox</a>
|
maximum width can be defined via max-width CSS property:
Code: |
<div id="mySampleContent" class="fancybox-hide" style="max-width:100px;">This content will be shown into the lightbox</div>
<a href="#mySampleContent" class="ari-fancybox">Open lightbox</a>
|
Regards,
ARI Soft