Skip to content

Commit dd15558

Browse files
committed
- Sync with master
1 parent 7e5837c commit dd15558

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fullPage.js is fully functional on all modern browsers, as well as some old ones
5252
It works with browsers with CSS3 support and with the ones which don't have it, making it ideal for old browsers compatibility.
5353
It also provides touch support for mobile phones, tablets and touch screen computers.
5454

55-
[![Browserstack](http://wallpapers-for-ipad.com/fullpage/imgs3/logos/browserstack.png)](http://www.browserstack.com/)
55+
[![Browserstack](http://wallpapers-for-ipad.com/fullpage/imgs3/logos/browserstack2.png)](http://www.browserstack.com/)
5656

5757
Special thanks to [Browserstack](http://www.browserstack.com/) for supporting fullpage.js.
5858

@@ -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)