Hi, I would like to show my iFrame only on desktop computers and hide it on mobile devices.
I know that I have to use different id's somehow, like below, but how can I just hide the iFrame for iOS and other mobile screens?
[advanced_iframe securitykey="xxx" id=“ios_devices” src="xxx" browser="iphone,ipad,ipod" width="0%" height="0"] [advanced_iframe securitykey="xxx" id=“other_mobile” src="xxx" browser="mobile" width="0%" height="0"] [advanced_iframe securitykey="xxx" id=“desktop” src=“xxx” browser="default"]
|