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

Commit

Permalink
Added FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Sep 5, 2015
1 parent 1f1d483 commit c969b02
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# FAQ


## Common

### How to crop an new area after zoom in or zoom out?

> Just double click your mouse to enter crop mode.

### How to move the image after crop an area?

> Just double click your mouse to enter move mode.

### How to fix aspect ratio in free ratio mode?

> Just hold the `shift` key when you resize the crop box.

### How to crop an square area in free ratio mode?

> Just hold the `shift` key when you crop on the image.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ $('.container > img').cropper({
});
```

#### FAQ

See the [FAQ](FAQ.md) documentation.


#### Notes

- The size of the cropper inherits from the size of the image's parent element (wrapper), so be sure to wrap the image with a visible block element.
Expand Down

0 comments on commit c969b02

Please sign in to comment.