我有一个要使用 amp html 呈现的图像,我想使用内联样式。我尝试了以下方法:
<div style=" position: relative;width:240px; height:120px;">
<amp-img layout="fill"style="object-fit: cover;" alt="" src="https://hips.hearstapps.com/ghk.h-cdn.co/assets/17/30/2560x1280/landscape-1500925839-golden-retriever-puppy.jpg?resize=480:*"> </amp-img>
</div>
但是 amp-img 的内联样式不起作用。有人能说出原因并解决这个问题吗?