Facebook即时文章和图标图像

时间:2017-05-23 12:59:01

标签: html facebook-instant-articles

我的正文中的图标图片存在问题,我不想扩展到全宽。这是在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

但是我不能在图片上使用对齐。应该是一种在即时文章中使用小图像的方法

0 个答案:

没有答案