Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Preserve Font Size in Landscape Mode on Phones
How to prevent the font size getting bigger on my Web pages, when viewed from phones in landscape mode?
✍: FYIcenter.com
One option to preserve the font size in landscape mode is to use the following CSS property:
html {-webkit-text-size-adjust: 100%;}
But this option also preventing user to do "zoom-in" on your Web page.
2015-05-19, ∼2380🔥, 0💬
Popular Posts:
How do I tell what version of PowerPoint my computer is using? You can determine the version number ...
What is this Website about? This Website provides a collection of Frequently Asked Questions (FAQ) a...
How to add a new slide master in PowerPoint? I have 2 slide masters in the current template. They co...
How to download Google Chrome 31? I heard it has some really nice features for Web developers. If yo...
How to apply a character style in Microsoft Word? I want to emphasize few words in a paragraph. Appl...