u cant do that.. instead u can do it by making the full screen of the browser
.. for that write these lines of code
Add this script on the page
<script language="JavaScript" type="text/javascript" >
<!--
/*
Auto Maximize Window Script- By Nick Lowe (nicklowe@ukonline.co.uk)
*/
function fullscreen()
{
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
}
</script>
<body onload="fullscreen();">
https://wordpress.com/pages/anuphosur.wordpress.com
Macson, if this helps please login to Mark As Answer. | Alert Moderator