Skip to content

How can I set an Options for minimum crop width and height ?  #134

@partha-uiu

Description

@partha-uiu

I am using Nuxt js. Now I want to set the default minimum crop height and width for the vue-cropper, how can I achieve it?
https://github.com/fengyuanchen/cropperjs#options

                            <VueCropper 
                                    v-show="selectedFile" 
                                    ref="cropper" 
                                    :src="selectedFile" 
                                    @minCropBoxWidth="50"
                                    @ready="setCropBoxData"
                                    alt="Source Image">
                             </VueCropper>
                          

Here option @minCropBoxWidth="50" is not working and @ready too . @Agontuk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions