The following code does not work. If would work if the layout were fixed.
<div style="text-align:center;">
<amp-img style="max-width: 640px;" width="640" height="480" layout="responsive" src="~/Content/images/foo.JPG" />
</div>
Please note style="max-width: 640px;" used to prevent this image from filling the width when the window is wide enough.
Any tip will be greatly appreciated.