Im working on a very large asp.Net mvc application, that uses the full width of the screen to show thing. Already on a full HD screen, things are limited, and barely squishable.
When I want to make it mobile friendly there will simply be a different organization of data on the screen, no worries. But for tablet sized devices I would like to make the site "zoomable". You know when you go to some websites, the entire thing is super small, and then you can zoom with your fingers, in and out. I want that, but on purpose.
How do I do that?
Your description is a little bit fuzzy, but it sounds to me like you're looking to set the viewport meta tag