Skip to content

Commit 6a81981

Browse files
committed
- Extensions details
1 parent d94ea56 commit 6a81981

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,15 +301,18 @@ Embedded HTML5 `<video>` / `<audio>` and Youtube iframes are automatically paus
301301
```
302302

303303
###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).
305305

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:
307308

308309
```html
309310
<script type="text/javascript" src="fullpage.continuousHorizontal.min.js"></script>
310-
<script type="text/javascript" src="fullpage/jquery.fullPage.js"></script>
311+
<script type="text/javascript" src="fullpage/jquery.fullpage.extensions.min.js"></script>
311312
```
312313

314+
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+
313316
Then you will be able to use and configure them as explained in [options](https://github.com/alvarotrigo/fullPage.js#options).
314317

315318
## Options

0 commit comments

Comments
 (0)