最近在用summernote 然後因為客戶會上傳圖片,但是客戶又喜歡拉大拉小,結果導致code 變成 強制設定了width 和 height ,所以最好的方式就是讓客戶不要去拉動圖片,但是我找不到參數設定,在Ben幫忙下找到了一個解法就是從css 層級直接把邊框取消
原本圖片是可以拉動,在style 加入這一行
<style>
.note-handle .note-control-selection .note-control-se{display:none}</style>
之後就變成
這樣客戶就只能夠過百分比調整,蠻實用的 這邊有 summernote 的 jsfiddle 可以玩玩看
http://fiddle.jshell.net/fzt257r6/1/?utm_source=website&utm_medium=embed&utm_campaign=fzt257r6
--
The bug existed in all possible states. Until I ran the code.
如果這篇文章有幫助到您幫我分享一下,讓我有寫下去的動力...