tengbao / vanta

Animated 3D backgrounds for your website
http://vantajs.com/
MIT License
5.55k stars 1.02k forks source link

NET is rendered only in portion of the site #162

Open Andreastsar opened 1 year ago

Andreastsar commented 1 year ago

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.