Laker-Compendium icon indicating copy to clipboard operation
Laker-Compendium copied to clipboard

iPhone 5 / 4-inch Retina compatibility

Open JosephMacReady opened this issue 12 years ago • 2 comments

Hi, Can anyone please post the CSS that makes it work fullscreen with iPhone 5? I tried what was mentioned at https://github.com/ffranke/Laker-Compendium/issues/102 but it didn't make it work.

JosephMacReady avatar May 05 '13 09:05 JosephMacReady

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 the iPhone 5 has been out for around a year

JosephMacReady avatar Jul 01 '13 13:07 JosephMacReady

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

JosephMacReady avatar Jul 12 '13 19:07 JosephMacReady