You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special thanks to [Browserstack](http://www.browserstack.com/) for supporting fullpage.js.
58
58
@@ -588,6 +588,9 @@ $.fn.fullpage.reBuild();
588
588
---
589
589
### setResponsive(boolean)
590
590
[Demo](http://codepen.io/alvarotrigo/pen/WxOyLA) Sets the responsive mode of the page. When set to `true` the autoScrolling will be turned off and the result will be exactly the same one as when the `responsiveWidth` or `responsiveHeight` options get fired.
591
+
```javascript
592
+
$.fn.fullpage.setResponsive(true);
593
+
```
591
594
---
592
595
### responsiveSlides.toSections()
593
596
[Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Requires fullpage.js >= 2.8.5.
0 commit comments