tengbao/vanta

NET is rendered only in portion of the site

Andreastsar opened this issue · 0 comments

Hello, i have used this code
// VANTA JS VANTA.NET({ el: "body", mouseControls: true, touchControls: true, gyroControls: false, minHeight: 200.0, minWidth: 200.0, scale: 1.0, scaleMobile: 1.0, color: new THREE.Color("#00e5ff"), backgroundColor: new THREE.Color("#1e1c1c"), points: 20.0, maxDistance: 26.0, spacing: 20.0, });

but when i upload it on netlify, it seems that instead of all body, it is rendered only in the current vh, and only when i inspect the page it applies to all body.