JM

Results 6 comments of JM

Did but came up with not much useful, the community isn't very active there now. :/ Any ideas? :)

@freney thank you!!! got me in the right direction, did it for portrait, but for landscape; I got it to format with ``` @media screen and (device-aspect-ratio: 40/71) and (orientation:landscape)...

ok, for now, if someone needs it, for portrait add ``` @media screen and (device-aspect-ratio: 40/71) and (orientation:portrait) { .dossier-start-bg { height: 448px } } ``` to `structure.css`

by using ``` @media screen and (device-aspect-ratio: 40/71) and (orientation:landscape) { .dossier-start-bg { width: 568px; } ``` it gets formatted right but is displayed with a margin/ padding on the...

update: it is not an issue linked to Baker as I'm testing it in a simulator webclip now, please, did anyone make this work? a fix would be appreciated as...

update: ``` @media screen and (device-aspect-ratio: 40/71) and (orientation:portrait) { .dossier-start-bg { height: 448px } } ``` added to `structure.css` makes it work for portrait