-1

Im using fullpage.js for single page webisite the first that is home page is fit in the viewport but other pages bottom is invisible for the same media query

blackHawk
  • 6,047
  • 13
  • 57
  • 100

1 Answers1

0

Fullpage.js is responsive. What do you need to do in media queries?

In documentation you'll find parameters and also some callback functions if you want to perform any operations on sections

        //events
        onLeave: function(index, nextIndex, direction){},
        afterLoad: function(anchorLink, index){},
        afterRender: function(){},
        afterResize: function(){},
        afterSlideLoad: function(anchorLink, index, slideAnchor, slideIndex){},
        onSlideLeave: function(anchorLink, index, slideIndex, direction, nextSlideIndex){}
pranav-dev
  • 68
  • 1
  • So no need of media query can you give me example using these event – blackHawk Aug 26 '16 at 06:38
  • Please refer this code-: for responsive height and width-: https://github.com/alvarotrigo/fullPage.js/blob/master/examples/responsiveHeight.html – pranav-dev Aug 29 '16 at 06:25
  • there is no html code in your question. i can't generalize the code for you. Use documentation and example files for responsive layout. – pranav-dev Aug 29 '16 at 06:26