o If a links string was generated as explained above, and it is non-empty, the
generated links string substituted into this placeholder will be: <!-- Links:
list begin -->generated links listing<!-- Links: list
end -->
Image files:
If an image file (.bmp, .gif, ..jpeg, .jpg, .png, .tif, .tiff, .webp) is found in the current folder, a
JPEG preview image with a maximum resolution of 800px x 200px will be generated. The
thumbnail will be cropped to the center portion of the original image if necesary.
Additional HTML will be generated on the listing as follows to display the preview
thumbnail, e.g. for a file called image.png:
<li class="file is-file is-png is-file-png"><a
href="https://example.com/image.png">image.png<br><img src="image -
foldersweb.jpg" alt="image.png">
Document files:
If a document file (.doc, .docx, .pdf) is found in the current folder, a JPEG preview image
with a maximum resolution of 800px x 200px will be generated. The thumbnail will contain a
preview of the pages in the document.
Additional HTML will be generated on the listing as follows to display the preview
thumbnail, e.g. for a file called image.png:
<li class="file is-file is-docx is-file-docx"><a
href="https://example.com/doc.docx">doc.docx<br><img src="doc - foldersweb.jpg"
alt="doc.docx">
<li class="file is-file is-pdf is-file-pdf"><a
href="https://example.com/doc.pdf">doc.pdf<br><img src="doc - foldersweb.jpg"
alt="doc.pdf">
Compressed files:
If a .zip or .rar compressed file is found in the current folder, and the compressed file has the
same name as a sub-folder within the current folder, then the compressed file is listed
appropriately, and a <meta name=”download”> tag is added to the <head> tag in the
links string was generated as explained above and it (Page 6 / 9) Manual placeholder, for the sub-folder’s generated index.html file. For example:
1. C:\My Websites\example.com\Webroot\Projects\Test Project\Folder.zip is found, and the
folder C:\My Websites\example.com\Webroot\Projects\Test Project\Folder\ exists.
2. Add <li class="folder"><a href="Folder/">Folder</a></li><li class="folder
compressed zip is-folder is-compressed is-zip"><a
href="Folder.zip">Folder.zip</a></li> to the
" placeholder for the
index.html
file in the current folder that contains Folder.zip and the Folder sub-folder.
6
    "