I have a web page that comes up on an ipad. My body web page has a width of 960px and a variable height.
I added this meta for the viewport:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
I want to see 100% of my web page on the sceen. It works well in landscape but I am not able to find how to modify my viewport to see 100% of my webpage in landscape and in portrait.
Currently I see 60% of the width of my webpage in portrait.
I do not want to add a JS script or media queries. My webpage is not responsive.