如何将 amp-img 右对齐

How to amp-img Align Right

简单问题 - 我正在尝试 AMP(加速移动页面),但无法使图像与文本右侧对齐。

<amp-img align="right" width="250" height="250" src="../images/image1.png"></amp-img>

请问我在这里遗漏了什么?

你可以通过简单地将它放入 1-tr * 1-td table 来实现它,它本身是右对齐的:

<table border='1' align='right'><tr><td>
<amp-img width="250" height="250" src="../images/testimage.jpg"></amp-img>
</table>

同样可以通过将它放在 <div><span> class 中来实现,其中 align:right 属性