Design for tablet?
Design for tablet?
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- Hombre_Lobo0
What design are you doing?
If you're building a website ideally you should be using em based media queries not pixels.
This references the base font size of the browser on any device. Which means you need not worry about pixels or pixel densitys and will render your site appropriately for pretty much any browser.
The base font size of the browser on any device will be a much better indicator of outputted size than pixels.Here is one of the very few articles out there about it - http://blog.cloudfour.com/the-em…
To my knowledge there is no benefits to using pixels instead of ems for media queries.
- I suppose I'm not talking design I'm talking more web dev, so ignore me if this isn't applicable :)Hombre_Lobo
- totally, i'm assuming with the above post this will be a simple build or going to a developer later...kingsteven
- This is helpful, Hombre!boobs