0

I don't understand why the font-size property on iPhone "landscape" seems larger than portrait or desktop browser...

I have for body

font-size: 100%

and for text inside image 17px

PORTRAIT enter image description here

LANDSCAPE enter image description here

I assure that in landscape version text seems larger.

Paulie_D
  • 107,962
  • 13
  • 142
  • 161
Borja
  • 3,359
  • 7
  • 33
  • 66

1 Answers1

1

Include this to your site:

body {
    -webkit-text-size-adjust: none;
}
swift-lynx
  • 3,219
  • 3
  • 26
  • 45