如何在CSS中更改博客默认图像尺寸(小,中......)?

问题描述 投票:0回答:1

我找不到将编辑器的自定义尺寸强制设为 Blogger 默认尺寸的方法。

enter image description here

我尝试过但没有成功:

.image-size-small { width: 600px !important; }
.image-size-medium { width: 800px !important; }
.image-size-large { width: 1000px !important; }
.image-size-extralarge { width: 1200px !important; }
css blogger
1个回答
0
投票

此 CMS 的本机代码是由此图像或其父元素编写的

max-width
吗? 如果是,请将其删除。

© www.soinside.com 2019 - 2024. All rights reserved.