From c9ba6a9f29112cf1aecb38655d8aab0c5f3a8d05 Mon Sep 17 00:00:00 2001 From: nicolas riciotti Date: Mon, 20 Apr 2020 23:17:15 +0200 Subject: [PATCH] fix globe height --- src/molecules/InteractiveGlobe.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,