Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Disable the dashed lines #68

Closed
ghost opened this issue Sep 11, 2014 · 2 comments
Closed

Disable the dashed lines #68

ghost opened this issue Sep 11, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2014

Is there a way to disable the dashed lines inside the cropper ?

@fengyuanchen
Copy link
Owner

Yes, just add the following code to line 179 of the dist/cropper.js file:

this.$dragger.find(".cropper-dashed").addClass(classHidden);

@ghost
Copy link
Author

ghost commented Sep 12, 2014

Thanks for the quick response. For future reference you can also add the following css

.cropper-dashed {
    display: none;
}

@ghost ghost closed this as completed Sep 12, 2014
fengyuanchen pushed a commit that referenced this issue Sep 20, 2014
Add new options and events, fix #68 and #71, and optimize the structure
of the code.
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant