We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp5.2,深圳ECS,深圳OSS,启用服务器图片服务和图片样式, BlockEditor中图片404无法显示,但是前台正常显示,链接相同。
The text was updated successfully, but these errors were encountered:
原因找出来了,wp5.2中的图形默认加载Large这个规格,我的设置 styleName:large,styleBody:image/resize,m_lfit,w_5000,h_3500,limit_1/auto-orient w5000超出了阿里云压缩图片的宽度限制(最大宽度只支持4096),修改为h_3500就行了。
styleName:large,styleBody:image/resize,m_lfit,w_5000,h_3500,limit_1/auto-orient
btw,默认的styleName:post-thumbnail,styleBody:image/resize,m_lfit,w_1568,h_9999,limit_1/auto-orient,0 styleName:full,styleBody:image/auto-orient,0这个里面h_9999也超出了阿里云的图片服务高度限制
styleName:post-thumbnail,styleBody:image/resize,m_lfit,w_1568,h_9999,limit_1/auto-orient,0 styleName:full,styleBody:image/auto-orient,0
Sorry, something went wrong.
No branches or pull requests
wp5.2,深圳ECS,深圳OSS,启用服务器图片服务和图片样式,
BlockEditor中图片404无法显示,但是前台正常显示,链接相同。
The text was updated successfully, but these errors were encountered: