HTML: adjusting the font size according to the screen size

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-27T03:21:37Z Indexed on 2010/05/27 16:11 UTC
Read the original article Hit count: 236

I am building an intranet website that is intended to be seen by mobile phones using one of the following resolutions: 240x320, 320x240, 360x640 and 800x352.

All content is to be seen covering the full screen. No scroll should be necessary.

I have developed, initially for 360x640. When this content is seen on 240x320 or 320x240 the letter is too big and the user has to scroll to see all content.

Is there any way to scale the letters down or up automatically, so the content will fit on every screen size? I mean, adjusting the text font size according to the current screen resolution?

thanks for any help.

© Stack Overflow or respective owner

Related posts about html

Related posts about web-development