Quantcast
Channel: Marius' Blog » CSS
Viewing all articles
Browse latest Browse all 5

How to stop iPhone text enlargement with CSS

$
0
0

If you want to stop the iPhone to automatically enlarge the text on your website use the following CSS code:

CSS code:

body{
    -webkit-text-size-adjust: none;
}

Viewing all articles
Browse latest Browse all 5

Trending Articles