iPad design dimensions
iPad design dimensions
Question
I am designing for iPad (canvas dimensions 768 x 1004) using the attached mock-up resource. However, I was wondering whether I need to factor the lower navigation bar into my design? I was planning on having a menu bar at the bottom and wondered whether this can sit over that navigation bar or whether I need to work above it. If this is a permanent fixture and I need to work around it then I will crop it off the canvas. Many thanks in advance for your answers.
Popular Answer
@media only screen and (min-device-width : 768px)
and (max-device-width : 1024px) { }
Keep holding those formats for optimalisized websites.
Read more information Here
2014/05/28