Scroll 100vh down for each section

Hey @saptaruagency,

I figured out how to do this yesterday BUT I can’t figure out how to get interactions to play nicely with this implementation.

Here’s how I did it:

Head Code:
<link rel="stylesheet" type="text/css" href="jquery.fullPage.css" />

Footer Code:
<script type="text/javascript" src="http://expansionscollective.com/testscripts/jquery.fullPage.js"></script>
<script> $(document).ready(function() { $('#fullpage').fullpage(); });</script>

I’ve made a clonable project for you - https://webflow.com/website/pullpage-webflow-tut

I followed this tutorial - Fullpage.js step by step set up