Hi, jQuery lover I have a problem according to make a fullscreen slided webpage using jQuery? I need it to make a presentation. If you have any idea, please reply it, or PM me. Thank you
You can try mimic a full screen using window.open and enable theater mode (works in IE only): var theHeight = screen.height ; var theWidth = screen.width; window.open('http://google.com',windowOpened,'channelmode=yes,directories=no,fullscreen=yes,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,height='+theHeight+',width='+theWidth); Code (markup):