Possible to Resize Quest Web-Interface?

DivinityOne
05 May 2012, 10:19
I know this questions likely been asked before, but is there a way to scale the web interface for Quest to more conveniently fit a desired width and height? For example, I have a blog and would like to fit an Iframe of Quest on a static page without breaking my layout or resorting to scrollbars. Something ideal would be 880 wide, and 600-700 high. I am no programmer, and have no idea how to resize the interface at all, any input would be appreciated.

Alex
05 May 2012, 11:18
Height is automatic - it will fill the available iframe height.

You can set the width by adding a "w" parameter to the play.textadventures.co.uk URL, for example to play "The Mansion" with a 600 pixel width, use:


http://play.textadventures.co.uk/v5/Play.aspx?id=55&w=600

DivinityOne
05 May 2012, 23:09
Thanks, exactly what i needed.