Generates HTML code for lightbox image gallery functionality that loads images from zip files using zip.js.
print_lightbox_img_html(zip_path, image_filenames = NULL, verbose = TRUE)A character string containing HTML code for the lightbox gallery
Path to the zip file containing images (can be absolute or relative)
Vector of image filenames within the zip
Logical. Whether to print verbose output (default TRUE).