How do I integrate a JavaScript image gallery library into a form?
Confluence User - 31 May, 2018
Hello,
I've made an app where a user can upload multiple images using an image upload field;
and I'd like to include an image gallery for the uploaded images, where the user can see thumbnails of images and click them to view the full image (using a JavaScript lightbox library such as prettyPhoto, or any other one)
I'm going to put the HTML and related script and CSS in a custom HTML field.
How do I reach the images the user will upload to view them, in the custom HTML field?
What do I put in the "src" attribute of the "img" element, to view the uploaded image?
forms;userviews;images;user