I want to scale the desktop version of my site when viewed in tablet portrait and landscape mode, but I don't want to scale it when on a mobile device, as i have an optimised version of the site for mobile. At the moment I have the meta tag below:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
What is the best way for this to only apply when viewing the site on a mobile device?
THanks for any help.