Wordpress 5.0.3 |图像尺寸不正确

时间:2019-01-23 21:24:28

标签: css wordpress

我要调整this page上图像的大小。

它们具有完全相同的属性和代码,但第一个具有width: auto

这是第一个图片(男婴)的代码:

<div class="wp-block-image">
  <figure class="aligncenter is-resized">
    <img src="https://milkandmotherhood.com/wp-content/uploads/418900_10152030658650634_1604957331_n.jpg" alt="baby boy sleeping" class="wp-image-821" width="512" height="540"/>
  </figure>
</div>

这是第二张图片(家庭)的代码:

<div class="wp-block-image">
  <figure class="aligncenter is-resized">
    <img src="https://milkandmotherhood.com/wp-content/uploads/414572_10101518238988742_677706630_o.jpg" alt="Family on the meadow smiling" class="wp-image-822" width="512" height="341"/>
  </figure>
</div>

两者相同,但第一张图片的网页上有width:auto

我应该改变什么?

0 个答案:

没有答案