Quote:
Originally Posted by Turtle91
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.
|
Too many devices and/or programs do not support vw and vh. So it's best to use % which will work in many more cases. It's basically the same thing eccept one works more then the other.