Justin, Can you try adding “white-space: nowrap;” to HContainer in the defaults.css file in the HTML project?
Theoretically, that should fix the problem. Thanks, Harbs > On Feb 24, 2017, at 9:01 AM, jus...@classsoftware.com wrote: > > Hi, > > And the issue is each of the images is display inline-block this will by > default wrap unless you add white-space nowrap to the container. > > Just do this to fix: > <js:HContainer width="400" height="100" style="white-space: nowrap;”> > > Thanks, > Justin