Hello,
currently, ths lightbox takes the image itself which is linked in the md file and displays it. It would be nice to have the possibilty to add in the md file just thumbnails of the images and the "big" version of the file is just used when someone clicks on the file.
The current output of the glightbox plugin looks like this:
<a class="glightbox" ... href="../images/xxx.JPG" ...><img src="../images/xxx.JPG" width="100"></a>
Both "href" and "src" attributes are pointing to the same file, it would be nice to have the possibility to configure a folder with the "big" files so that in the md files only a small version of the file could be listed:
src="../thumbs/xxx.JPG"
Hello,
currently, ths lightbox takes the image itself which is linked in the md file and displays it. It would be nice to have the possibilty to add in the md file just thumbnails of the images and the "big" version of the file is just used when someone clicks on the file.
The current output of the glightbox plugin looks like this:
<a class="glightbox" ... href="../images/xxx.JPG" ...><img src="../images/xxx.JPG" width="100"></a>Both "href" and "src" attributes are pointing to the same file, it would be nice to have the possibility to configure a folder with the "big" files so that in the md files only a small version of the file could be listed:
src="../thumbs/xxx.JPG"