Image Crop
Crop images before upload with a configurable aspect ratio. Users select a region and see a real-time preview.
What you should see: a crop step before upload with the ratio locked to 16:9 — the server receives the cropped result, not the original. Accepts
.jpg/.png/.webp up to 10 MB.Drag & drop files here, or paste from clipboard
<core-upload asp-upload-url="/api/upload/upload"
asp-extensions=".jpg,.jpeg,.png,.webp"
asp-max-size="10MB"
asp-crop="true"
asp-crop-aspect-ratio="16:9"
asp-auto-upload="true"
asp-progress="true"
asp-button-text="Select Image to Crop">
</core-upload>