新手问题 有没有可以自动生成自带响应式设计的富文本编辑器?

ryan · April 23, 2015 · Last by ryan replied at April 23, 2015 · 3337 hits

Update

然后 google 后发现在页面前面加个 head 标签,里面写上

<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

竟然就有效果了。。。


作为前端小白,公司需要为管理员页面增加一个富文本编辑器,为客户端提供咨询。希望在通过编辑器里面生成的文字,图片可以自带响应式,因为移动端会用一个 webview 来展示。现在用的 ckeditor 只能生成 html,但是没有响应式,在移动端看到的页面是无法适配屏幕宽度。。。

所以想来问问有没有好的插件?

img {
  max-width: 100%;
}

#1 楼 @fresh_fish 这个是只能对图片有效吧?我尝试直接在最外层套个 div,里面加上 max-width 100% 好像没用,还是超出手机屏幕了。。。

3 Floor has deleted
You need to Sign in before reply, if you don't have an account, please Sign up first.