ueditor防止图片溢出编辑框处理javascript
ueditor防止图片溢出编辑框处理...
主要是在themes\iframe.css增加以下CSS,该css文件是给我们扩展用的,默认是为空的状态,我们自己可以增加自己的css样式进去
img { max-width: 100%; /*图片自适应宽度*/ } body { overflow-y: scroll !important; } .view { word-break: break-all; } .vote_area { display: block; } .vote_iframe { background-color: transparent; border: 0 none; height: 100%; } #edui1_imagescale{display:none !important;}
最新评论
热门推荐
我要评论