我对正文中的图标图像有疑问,我不想扩展到全宽。这是在 rss-feed I 输出中。我尝试使用:
<figure data-mode="non-interactive"> <img
src="https://example.com/path/to/img.jpg" width="70" height="70" />
</figure>
(https://developers.facebook.com/docs/instant-articles/reference/image)
但这并没有多大作用。唯一可行的是,如果我将图像放在 iframe 中:
<figure class="op-interactive">
<iframe class="column-width" src="http://example.com/path/to/img.jpg" width="70" height="70"></iframe>
</figure>
(https://developers.facebook.com/docs/instant-articles/reference/embeds)
但是我不能在图片上使用对齐。应该是一种在即时文章中使用小图像的方法