In iPad landscape mode I use 1024 media query and for portrait mode I use 768 media query.
When I zoom in landscape 1024 mode it detects portrait 768 media query. Why is it changing media query when I zoom (and after zoom it does not zoom out automatically to actual size, it freezes on that media query)?
I have used in header:
meta name="view port" content="width=device-width, initial-scale=1.0, maximum-scale=1.0 user-scalable=no"