html - Ipad uploaded image shows 90 degree rotated in desktop all browsers in asp.net c# -


i have uploaded image ipad/iphone (captured in iphone/ipad). it's showing perfect in ipad/iphone browsers, in desktop browsers', it's showing 90 degree rotated.

<img> tag below,

<img id="main_settingmain_imgphoto" style="height:100px;width:100px;" src="/images/userprofile/test.jpg"> 

this image in portrait mode displaying in landscape mode in desktop browsers.

according link, 

image in html left turn 90 degree automatically issue, put css allow in mozilla browser. have make <img> tag compatible in desktop browsers'.

any suggestion acceptable.

i had encountered issue while working 1 website, issue not code image . because captured iphone/ipad.

use photoshop edit image, , save in jpg format or accordingly. wont flip on browser.

it worked me. give try!


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -