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
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -301,15 +301,18 @@ Embedded HTML5 `<video>` / `<audio>` and Youtube iframes are automatically paus
301
301
```
302
302
303
303
###Use extensions
304
-
fullpage.js (since version 2.8.3) [provides a set of extensions](http://alvarotrigo.com/fullPage/extensions/) you can use to enhance its default features. All of them are listed as [fullpage.js options](https://github.com/alvarotrigo/fullPage.js#options).
304
+
fullpage.js [provides a set of extensions](http://alvarotrigo.com/fullPage/extensions/) you can use to enhance its default features. All of them are listed as [fullpage.js options](https://github.com/alvarotrigo/fullPage.js#options).
305
305
306
-
Once you adquire the extension file, you will just need to add it before fullPage.js. For example:
306
+
Extensions requires you to use the minified file `jquery.fullpage.extensions.min.js` instead of the usual fullPage.js file (`jquery.fullpage.js`).
307
+
Once you adquire the extension file, you will need to add it before fullPage.js. For example:
A license key will be required for each extension. [See more details about it here](https://github.com/alvarotrigo/fullPage.js/wiki/How-to-activate-a-fullPage.js-extension).
315
+
313
316
Then you will be able to use and configure them as explained in [options](https://github.com/alvarotrigo/fullPage.js#options).
0 commit comments