Image Resize
Resize images in the browser before upload. Set max width, height, quality, and output format.
What you should see: large photos are downscaled to fit 1920×1080 at quality 0.85 before upload — a 20 MB phone photo typically leaves as a few hundred KB. Watch the transferred size against the original.
Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-extensions=".jpg,.jpeg,.png,.webp"
asp-max-size="20MB"
asp-resize-max-width="1920"
asp-resize-max-height="1080"
asp-resize-quality="0.85"
asp-auto-upload="true"
asp-progress="true"
asp-thumbnails="true"
asp-button-text="Select Images to Resize">
</core-upload>