Is it possible to configure the general responsive meta viewport setting specifically for phones? Our website appears fine on 7" and larger tablets in both portrait and landscape modes without the meta
tag, but it is a bit inconvenient on smaller devices.
In order to optimize the display for phones, I had to implement the <meta name="viewport">
tag, which required additional media queries to adjust the layout for larger devices.
Can the meta
tag be set for phones only while allowing default zoomed out view on larger devices?
Thank you! Rich