Size of published interaction (standalone)

Dec 27, 2010

I have some standalone Engage interactions that aren't part of a course. When I play them, it looks like they're locked at 720x540. Is there anyway to change the interaction properties so that they display at a different output size?

3 Replies
Jeanette Brooks

Hi Sam! That's not currently something you can do from within Engage. There is, however, an unsupported way of changing the engage.html file after you publish, to get the size that you want:

  1. Publish your interaction for web.
  2. Open engage.html in a text editor.
  3. Look for the below lines of code and set the values to the size you want. You'll need to adjust them both (so that they stay proportional - for example, you could change it to 500x375, or 900x675, but not 720x375:

var g_nWidth = "720";
var g_nHeigt = "540";
g_nWidth = "720";

g_nHeight="540";


Then look at the code in line 18 and change the "noscale" value to "scale," like this:
var g_strScale = "scale";

This discussion is closed. You can start a new discussion or contact Articulate Support.