【发布时间】:2015-10-10 14:46:14
【问题描述】:
我有一张 jpg 图像,它是垂直拍摄并以这种方式保存的。它在 Windows 资源管理器中显示为(垂直方向):
我有这个 HTML/空格键可以在我的 Meteor 应用程序中显示它:
<template name="nfnoscarsdonut">
<p>Here's a picture of NFN Oscar's microscopic Donut, which we had to eat because he pulled a "George 'No Show' Jones" again</p>
<img src="/images/NFNOscarsDonut.jpg" height="400" width="600"/>
</template>
...但它显示为“横向”(向左旋转 90 度),如您所见 here:
我需要做什么才能使图像变直并正确显示(垂直)?
img 标签似乎没有方向属性
【问题讨论】:
标签: html image rotation orientation jpeg