i am having a problem with a responsive design site concerning video not responding properly when switching from portrait to landscape on iPad.
http://www.bjoinfilms.com/testA/
a great brilliant teacher sent me this to use as the meta id: which solved the problem of the video not resizing properly:
<meta id=\”view\” name=\”viewport\” content=\”width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1\”>
however, as excited as i became I soon realized that by using this meta ID my mobile menu’s for smart phones and the iPad portrait where replaced instead by the landscape menu which is unacceptable on small devices.
is there a work around where i can use this meta id but not lose my mobile menu? any suggestions would be greatly appreciated.
drotar