how after 400 pixels to reduce the entire html page to cross-browser so that it shrink like ctrl-?

Closed due to the fact that the essence of the question is not clear to the participants 0xdb , Air , Jean-Claude , Enikeyschik , Sasha Omelchenko January 21 at 11:25 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

    1 answer 1

    Can I use:

    1. zoom
    2. css-mediaqueries

    @media screen and (max-width: 400px) { body { zoom: .9 } } 

    • And how to be with firefox, he does not read zoom? - Enrico Takatti
    • On the transform: scale() still there, but this is far from being an alternative. If you want to make the site adaptive in this way, then it is not worth it. It is better to work on displaying each component of the interface separately, depending on the size of the window. - Misha Saidov