Crop Image Input
This function allows developers to crop images during upload. It utilises croppieJs functionality that helps in rendering the image preview.
Usage
<input
type="file"
class="croppie"
crop-width="500"
crop-height="200"
name="file"
accept="image/*"
/>Last updated