ckeditor-ckfinder default attributes (width and height) to uploaded images

后端 未结 4 1576
名媛妹妹
名媛妹妹 2021-01-28 12:04

When I upload images using ckfinder in the ckeditor the image displays nicely using css width & height. I would like images to have default width and height attributes. How

4条回答
  •  误落风尘
    2021-01-28 12:47

    If I'm not mistaken, CKFinder just uploads the file to the server, and does not changes its resolution! You can however, use/create a plugin for CKEditor to change the image width & height when using the image dialog of CKEditor!

    Btw: That dialog allows you to change the width and height of the selected image before placing it in your "document"! The values that are placed there by CKEditor are the real width & height of the selected image!

提交回复
热议问题