We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api=1
1 parent 226a855 commit bb8d87eCopy full SHA for bb8d87e
jquery.fullPage.js
@@ -1,5 +1,5 @@
1
/*!
2
- * fullPage 2.8.6
+ * fullPage 2.8.7
3
* https://github.com/alvarotrigo/fullPage.js
4
* @license MIT licensed
5
*
@@ -725,7 +725,6 @@
725
}
726
727
enableYoutubeAPI();
728
- enableVidemoAPI();
729
730
if(options.fadingEffect && FP.fadingEffect){
731
FP.fadingEffect.apply();
@@ -919,15 +918,6 @@
919
918
});
920
921
922
- /*
923
- * Enables the Vimeo videos API so we can control their flow if necessary.
924
- */
925
- function enableVidemoAPI(){
926
- container.find('iframe[src*="player.vimeo.com/"]').each(function(){
927
- addURLParam($(this), 'api=1');
928
- });
929
- }
930
-
931
/**
932
* Adds a new parameter and its value to the `src` of a given element
933
*/
0 commit comments