xingw-z / quill2-emoji

quill2 emoji
4 stars 1 forks source link

Emojis too large in Quill Editor #1

Open djamn opened 3 weeks ago

djamn commented 3 weeks ago

I use the following versions: "ngx-quill": "^25.3.2", "quill": "^2.0.2", "quill2-emoji": "^0.1.2",

I use Angular 17 (standalone)

    <quill-editor
      class="quill-editor-style"
      id="entry-text"
      formControlName="entry_message"
      [theme]="'snow'"
      [placeholder]="'"
      [modules]="quillModules"
      [formats]="['header', 'bold', 'italic', 'underline', 'strike', 'blockquote', 'list', 'indent', 'link', 'image', 'align', 'emoji', 'script', 'code-block', 'color', 'background', 'font']">
    </quill-editor>

When i insert emojis in my quill editor, the emojis are too large image

xingw-z commented 3 weeks ago

I use the following versions: "ngx-quill": "^25.3.2", "quill": "^2.0.2", "quill2-emoji": "^0.1.2",

I use Angular 17 (standalone)

    <quill-editor
      class="quill-editor-style"
      id="entry-text"
      formControlName="entry_message"
      [theme]="'snow'"
      [placeholder]="'"
      [modules]="quillModules"
      [formats]="['header', 'bold', 'italic', 'underline', 'strike', 'blockquote', 'list', 'indent', 'link', 'image', 'align', 'emoji', 'script', 'code-block', 'color', 'background', 'font']">
    </quill-editor>

When i insert emojis in my quill editor, the emojis are too large image

Is your OS Windows?