工夫/ETC
[섬머노트] 에디터 width 반응형으로 조정하기
휘현아빠
2021. 5. 12. 19:55
How to set Summernote editor's width in percentage
Now I'm using Summernote text editor. Is there any way to set its width and height in percentage? Unfortunately, I can't find any answer at all. editor.summernote({ //buttons in toolbar
stackoverflow.com
※ 정작
위에서 처럼 하면 제대로 동작하지 않는다.
섬머노트의 css.min 의 .note_editor 에 !important로 width= % 값을 준다.
이때 단위는 em, rem을 줘도 되지만, 범용적으로 %를 주는것이 좋다.
"simple is best" , 다양한 대안이 존재할때는 기장 기본적인 방식으로 해결하는게 좋다.