Show Different Meta Tag Based on Device
问题 Running into all kinds of meta tag issues today... I want this meta tag to be displayed on devices that are (max-width: 1024px) and (min-width: 768px)... <meta name="viewport" content="minimum-scale=1.0, maximum-scale=1.0" /> And this meta tag for devices that are (min-width: 320px) and (max-width: 568px)... <meta name="viewport" content="maximum-scale=1.0" /> Whats the best solution to display the appropriate meta tag? Can I use "media="only screen and (device-width: 768px)" for example on a