michaelsoriano/bootstrap-photo-gallery

Thumbnails support

AsoStrife opened this issue · 1 comments

Is it possibile to add native support to thumbnails?
Someting like

<li>
   <a href="source.jpg">
        <img alt="img"  src=" thumbnail.jpg">
        <p>Some text</p>
    </a>
</li>````

I think it will simply open the image by default. you can set the "hasModal" to false so it won't trigger the modal.