HTML/CSS: Advice is to not use pixels to define height/width so that my web site can scale with high

Posted by Tedy on Stack Overflow See other posts from Stack Overflow or by Tedy
Published on 2010-04-23T01:55:27Z Indexed on 2010/04/23 2:03 UTC
Read the original article Hit count: 274

Filed under:
|
|
|

I've read all over the Internet that I should not define fonts (or anything) with absolute pixel height/width/size and instead, use EM ... so that on higher resolution displays, my web site can scale appropriately.

However, what do I use to define IMAGE height/width ... because images won't scale well (they look pixelated)

© Stack Overflow or respective owner

Related posts about html

Related posts about css