3D Issue Knowledge Base3D Issue Version 4Output

My Online eBook is not displaying full size. It is appearing the size of a postage stamp on my screen. It is only appearin like this using Internet Explorer. What can i do?

 
Posts
May 8, 2012 at 9:27 am #6867

PUT THIS JAVASCRIPT IN THE HEAD HTML 

<script language=”JavaScript”>

function fullScreen(theURL) {

window.open(theURL, ”, ‘fullscreen=yes, scrollbars=auto’);

}

</script>


REPLACE

<a href=”LINK TO THE E-MAGAZINE” target=”_blank”>

WITH

<a href=”javascript:void(0);” onclick=”fullScreen(‘LINK TO THE E-MAGAZINE’);”>

DOWNLOAD
VIDEO TUTORIALS
WEBINAR
DOCUMENTATION



Gold cover 3dissue

 

You must be logged in to reply to this topic.