# Using in Full Page

  • Recommend : In Mobile
<imoji-editor></imoji-editor>

# Using in Modal

  • Recommend : In Desktop

Please set width, height that fit with Modal's like this.

<imoji-editor :width="640" :height="800"></imoji-editor>

⚠ You should check Cropper JS's documentation (opens new window) first 🔻

If you are using in a modal, you should initialize the editor after the modal is shown completely. Otherwise, you will not get the correct crop.