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, 1973🔥, 0💬
Popular Posts:
Why am I getting the "You now have two copies of a file" error from OneDrive for Windows? You will g...
How to convert a Word document into an MHTML? I have a nice Word document and want to publish it on ...
How can I create a Personal Folders File (.pst) to store messages, contacts and other types of Outlo...
Sometimes I see special symbols are showing up at the end of each paragraph in my Microsoft Word doc...
How to download and install SoapUI on Windows systems? Here are the steps to download and install So...