Quote:
Originally Posted by JSWolf
You do not want 50vw. It doesn't work in a lot of cases. % is much better. Also, you don't want uppercase.
|
JSWolf is correct that xhtml (ePub spec) doesn’t allow capital letters in the tags like regular HTML, so be careful there.
However, vw and vh work very well on devices that support them. Check which market you are targeting (if any) to see if their devices support vw/vh. Percentages are safer, but they don’t provide some of the benefits gained with vw/vh.