问题描述:使用的是最新的UEditor 1.4.3.3版本,在上传完视频后,编辑的时候出现视频的src丢失的问题

解决方式:修改ueditor.config.js文件,将

img:    ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class', 'data-latex'],

改为

img:    ['src', 'alt', 'title', 'width', 'height', 'id', '_url', 'loadingclass', 'class', 'data-latex'],

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-09-06
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-08-24
  • 2022-12-23
  • 2021-11-30
  • 2022-02-01
  • 2021-12-02
  • 2021-10-24
  • 2021-08-24
相关资源
相似解决方案