Creating iControl Web Sites and Pages > Detailed Directions > Customizing the Dimensions of the Total FullScreen Mode
 

Customizing the Dimensions of the Total FullScreen Mode

 

REQUIREMENTS:  

Make sure you meet the following conditions before beginning this procedure: 
You have opened iC Creator (click HERE).
The page - whose Total FullScreen dimensions you would like to edit - is in focus in iC Creator.
1. In iC Creator, on the File menu, click Page properties.

[ Graphic ]  

System Response: The Page Properties window appears.

[ Graphic ]  

2. Click on the Page init event handler tab.
3. Add the following line:
window.customFullscreen = "x,y,width,height";
where:
x is the x‑coordinate of the upper-left corner
y is the y‑coordinate of the upper-left corner
width is the number of pixels defining the overall width of the Total FullScreen window
height is the number of pixels defining the overall height of the Total FullScreen window
4. Click OK.