JQUERY POPUP FULL PAGE

<script type="text/javascript">
<!--
function popup(url)
{
 params  = 'width='+screen.width;
 params += ', height='+screen.height;
 params += ', top=0, left=0'
 params += ', fullscreen=yes';

 newwin=window.open(url,'windowname4', params);
 if (window.focus) {newwin.focus()}
 return false;
}
// -->
</script>
<a href="javascript: void(0)"
   onclick="popup('http://imgdata-vungtaumuaban.blogspot.com/2018/02/img-test-2.html#lg=1&slide=0')">Fullscreen popup window</a>