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
Asked
Active
Viewed 31 times
-1
-
Where's your code? – hdotluna Aug 26 '16 at 05:43
-
1This is an incomplete question. – Irfan Anwar Aug 26 '16 at 06:15
1 Answers
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
-
-
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