Closed FrDH closed 5 years ago
Is it possible to show HTML in the popup? Something like this now gives a "invalid file" message:
<a href="#my-popup">Open popup</a> <div class="hidden"> <div id="my-popup"> Hello world. </div> </div>
Unfortunately not, lightbox supports only images, HTML5 and YouTube videos, but I will consider adding that feature.
Is it possible to show HTML in the popup? Something like this now gives a "invalid file" message: