ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

feature to also show inline content #266

Open wtom opened 7 years ago

wtom commented 7 years ago

This allows to show inline content. <a href="#test" data-title="Test" data-toggle="lightbox">Test</a>

<div id="test" class="hidden">test</div>