docker-ckeditor圖片img標籤style屬性自適應

1,修改ckeditor的源碼cofig.js文件

// 不給圖片img添加style屬性
config.disallowedContent='img{width,height};img[width,height]';

2,壓縮靜態文件

python manage.py collectstatic --noinput
python manage.py compress --force

3, 測試效果,成功

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章