Regarding the viewport meta tag, I want to establish different viewports at different screen sizes.
- By default, I want the viewport to be "width=1024"
- At device widths of lower than 768px, I want the viewport to be "width=device-width,initial-scale=1"
The reason for this is that I want to set a non-fluid layout for tablets that scales when you flip them vertically, but I want a different set of layouts for mobile devices.
How can this be done?