@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/main.js CHANGED
@@ -4985,6 +4985,7 @@ class Viewer extends EventEmitter {
4985
4985
  this._input.addEventListeners();
4986
4986
  this._addDefaultLoaders();
4987
4987
  if (autoStart) this.start();
4988
+ this.resize();
4988
4989
  }
4989
4990
  }
4990
4991
  Viewer.__target = new three.Vector3();