You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2020. It is now read-only.
> A simple jQuery image cropping plugin. As of v4.0.0, the core code of Cropper is replaced with [Cropper.js](https://github.com/fengyuanchen/cropperjs).
6
6
@@ -79,23 +79,25 @@ var cropper = $image.data('cropper');
79
79
See the available [options](https://github.com/fengyuanchen/cropperjs#options) of Cropper.js.
80
80
81
81
```js
82
-
$().cropper(options);
82
+
$('img').cropper(options);
83
83
```
84
84
85
85
## Methods
86
86
87
87
See the available [methods](https://github.com/fengyuanchen/cropperjs#methods) of Cropper.js.
0 commit comments