Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

MS and @viewport...

Options
  • 19-10-2012 9:24am
    #1
    Closed Accounts Posts: 34,809 ✭✭✭✭


    Right, so @viewport was originally created by Apple for the iPhone but everyone accepted it and W3C are planning to make it a standard rule but would MS listen? of course not... they're excuse is that it's not currently standard!

    Because of this, responsive designs don't render correctly in Windows 8 with their snap mode engaged. So MS recommend now using:
    @media screen and (max-width:400px) {
        @-ms-viewport{
            width:320px;
        }
    }
    

    There's just so many extra rules these days!!!


Advertisement