reducing size of client

For discussion of the Poker Mavens server module and other administration topics
Post Reply
social
Posts: 211
Joined: Fri Nov 20, 2009 12:23 am

reducing size of client

Post 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?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: reducing size of client

Post 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" />
Post Reply