gpt4 book ai didi

ruby-on-rails - CKEditor不改变图像的大小

转载 作者:太空宇宙 更新时间:2023-11-03 16:18:17 25 4
gpt4 key购买 nike

我已将 CKEditor 安装到我的 Rails 应用程序中。在编辑器中,当我在浏览服务器后选择图像时,我尝试使用给定的 heightwidth 选项更改图像的大小。

enter image description here

当显示页面显示服务器图片时,它是我最初下载时的原始图片大小。

show.html.erb

<h1>Blog Show Page</h1>

<h3><%= @blog.title %></h3>
<br>
<%= simple_format(@blog.body) %>
<br>
Keyword: <%= @blog.keyword %>
<br>
<br>
Published on: <%= unsanitize_date(@blog.publish_date.to_s) %>
<br>

谁能解释一下为什么编辑器不允许调整图像大小?

提前致谢!

最佳答案

因为当你这样做时,CKEditor 只需添加 style属性为 <img/>标签。图像大小调整是在服务器上完成的,而不是在客户端。如果你想这样做,只需在CkeditorPictureUploader中定义多个版本即可。类(class)。参见 ckeditor gem 。

关于ruby-on-rails - CKEditor不改变图像的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39085622/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com