Skip to content

Commit 078937c

Browse files
committed
- Fixed typo
1 parent af4c20d commit 078937c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ $.fn.fullpage.reBuild();
588588
---
589589
### setResponsive(boolean)
590590
[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+
```
591594
---
592595
### responsiveSlides.toSections()
593596
[Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Requires fullpage.js >= 2.8.5.

0 commit comments

Comments
 (0)