Well, I spent more than two days to find the best, easiest and right solution on mobile orientation issue.
Here is the answer:
- Go to FTP and locate the mobile_iphone template folder.
- Download index.php into your local system
- Remove line 32: <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
-Insert :<meta name="viewport" content="user-scalable=no,width=device-width" /> instead of the previous meta tag.
Then you are done. when you rotate your mobile to landscape mode then you have full size image and text align to center on landscape mode.
Note: remember to set Adaptation mode from iphone backend setting to "Don't re scale" and your image width size should be 320px .
Regards,
Al