diff --git a/src/molecules/InteractiveGlobe.svelte b/src/molecules/InteractiveGlobe.svelte index 2e513d0..fed6ab1 100644 --- a/src/molecules/InteractiveGlobe.svelte +++ b/src/molecules/InteractiveGlobe.svelte @@ -55,7 +55,7 @@ // Init the globe from library globe = new InteractiveGlobe({ el: scope, - cameraDistance: size, // Smaller number == larger globe + //cameraDistance: size, // Smaller number == larger globe autoRotationSpeed: autoRotate ? -0.0025 : 0, rotationStart: randomRotationPosition, // In degrees scrollSmoothing: 0.5,