I have an iframe.
I’m trying to make it be full screen width on a mobile device and be half the screen on a normal monitor (100% and 50%). The mobile device minimum spec would be iPhone, but if it works on Android then that would be a big plus.
I can use HTML and CSS.
Is this possible?
Try media queries to conditionally include a css:
http://www.w3.org/TR/css3-mediaqueries/