Ckeditor 5 img始终充满可编辑的空间

时间:2019-05-22 02:13:14

标签: javascript css image ckeditor ckeditor5

嗨,我正在关注这个tutorial 设置文档编辑器。

InkedUntitled_LI

我上传的这张img总是充满可编辑的空间,这是我的问题吗?或我该如何解决?

顺便说一句,我使用的是自定义上传适配器,它内嵌img的基本64字符串url。

或者这可能是我的自定义上传适配器问题?

更新

如果要删除下面min-height: 21cm;中的CSS。空间不见了。但是我确实想设置一个最小高度。

.document-editor__editable-container .ck-editor__editable {
    /* Set the dimensions of the "page". */
    width: 15.8cm;
    min-height: 21cm;

    /* Keep the "page" off the boundaries of the container. */
    padding: 1cm 2cm 2cm;

    border: 1px hsl( 0,0%,82.7% ) solid;
    border-radius: var(--ck-border-radius);
    background: white;

    /* The "page" should cast a slight shadow (3D illusion). */
    box-shadow: 0 0 5px hsla( 0,0%,0%,.1 );

    /* Center the "page". */
    margin: 0 auto;
}

下图显示了结果 Untitle1d

任何帮助或建议都值得赞赏!

0 个答案:

没有答案