This is how I implement particles.js:
<div id="particles-js"></div>
@RenderSection("Header", required: false)
<main role="main" class="container">
@RenderBody()
</main>
<script>
particlesJS.load('particles-js', '/Scripts/Custom/particles.json', function () {
console.log('callback - particles.js config loaded');
});
</script>
In the mobile version, I am encountering this issue: https://i.stack.imgur.com/5UXHl.jpg
Please advise me on how to resolve this without any additional tags or elements causing white space.