Thumbnail Grid
Display uploaded images in a responsive grid of thumbnails. Click to enlarge in the built-in lightbox.
What you should see: uploaded images laid out as a responsive thumbnail grid, with a lightbox on click. Accepts common image types up to 10 MB.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-extensions=".jpg,.jpeg,.png,.gif,.webp"
asp-max-size="10MB"
asp-thumbnails="true"
asp-auto-upload="true"
asp-progress="true"
asp-drop-zone="true"
asp-button-text="Select Images">
</core-upload>
<div id="thumbnail-grid"></div>