My base magazine is 1536 x 2048 so looks great on iPad but on iPhone the right hand side gets cut off...
What dimensions should I start with?
Or is this a CSS issue, if so what do I place in there to make it work?
Ideally I would be happy to scale the iPhone down so it fits width wise and has empty space at the top and bottom so it stays in proportion.
Any thoughts on how I would do this in the CSS. I'm thinking something like:
Margin top: auto;
Margin bottom: auto;
But not sure if it would work or how to scale the iPhone only version?