Page 1 of 1

reducing size of client

Posted: Tue Jun 15, 2010 8:21 pm
by social
Is there any way to reduce the size of the client so that it will open up and fill a space of about 800 x 600 - including ads?

Re: reducing size of client

Posted: Tue Jun 15, 2010 8:47 pm
by Kent Briggs
social wrote:Is there any way to reduce the size of the client so that it will open up and fill a space of about 800 x 600 - including ads?
You can embed it on your own web page using an iframe tag, which supports a width and height attribute:

<iframe width="800" height="600" src="http://12.34.56.78:8087" />