@xviewer.js/core 1.0.0-alpha.57 → 1.0.0-alpha.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -4983,6 +4983,7 @@ class Viewer extends EventEmitter {
4983
4983
  this._input.addEventListeners();
4984
4984
  this._addDefaultLoaders();
4985
4985
  if (autoStart) this.start();
4986
+ this.resize();
4986
4987
  }
4987
4988
  }
4988
4989
  Viewer.__target = new Vector3();