【发布时间】:2015-08-29 04:21:46
【问题描述】:
我已从 Ipad/Iphone 上传图像(在 Iphone/Ipad 中捕获)。它在 Ipad/Iphone 浏览器中显示完美,但在桌面所有浏览器中显示为 90 度旋转。
<img>标签如下,
<img id="Main_SettingMain_imgPhoto" style="height:100px;width:100px;" src="/Images/UserProfile/test.jpg">
此图片为纵向模式,但在所有桌面浏览器中以横向模式显示。
According to this link,
image in html left turn 90 degree automatically issue,我放了css,但它只允许在mozilla浏览器中使用。我必须让这个<img> 标签在所有桌面浏览器中都兼容。
任何可以接受的建议。
【问题讨论】:
-
我引用了这个链接stackoverflow.com/questions/4565507/…,它解决了我的问题。