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
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