Questions tagged [fullpage.js]

jQuery plugin and Javascript library used to create full screen scrolling websites

FullPage.js is a jQuery plugin used to create full screen scrolling websites.


Resources


Related tags

1174 questions
6
votes
5 answers

HTML5 video autoplay function not working in fullpage.js

my HTML5 video autoplay is not working.
Filipe Teixeira
  • 65
  • 1
  • 1
  • 4
6
votes
1 answer

Animation bug in Chrome v.36?

I've just noticed a wrong behavior of Chrome 36.0.1933.0 m rendering when using fullpage.js plugin. This bug didn't took place in a previous version of Chrome and it neither does in any other browser. (IE, Opera, Firefox) Some content suddenly…
Alvaro
  • 37,936
  • 23
  • 138
  • 304
5
votes
0 answers

Safari Video Play on Event

I have several HTML5 videos on my page. I am using fullPage.js and would like to trigger a different video playback depending on what slide you're on. My code hides the old video and shows the new one in a fixed position container every time you…
mike_freegan
  • 319
  • 4
  • 19
5
votes
1 answer

Chrome bug while using html5 video and fullpage.js. Any solution?

On my project I'm using fullpage.js in the home page. Then I want to add a video as background, however the video is ignoring the autoplay option and it doesn't start. but it does when you scroll down once and then up again. It is working fine on…
Alvaro Menéndez
  • 7,646
  • 3
  • 30
  • 53
5
votes
1 answer

fullpage.js trigger event on scroll down?

I want to trigger when user scroll Down and change section. I want to do sometlike this: $(document).ready(function () { /* * /* SCROLL Event /* */ $(window).scroll(function () { document.getElementById("navbar").style.background = "rgba(0,…
Kiuki
  • 482
  • 3
  • 6
  • 15
5
votes
2 answers

scrollTop returning much lesser value for a div in firefox

Reference Link: http://old.crazyripples.com/?debug=1 So, I am using jQuery and the jQuery fullPage plugin. It helps me achieve frame by frame scrolling. Now, for internal divs where the vertical height is greater than the window height I have used…
SuperNOVA
  • 691
  • 7
  • 15
5
votes
2 answers

alvarotrigo.com/fullPage/ and bootstrap 3 grid issue

I'm using alvarotrigo.com/fullPage/ for nice fullpage effect. Also i am using bootstrap 3 grid system, which look like:
Marek Brzeziński
  • 295
  • 1
  • 3
  • 12
5
votes
2 answers

Initializing fullpage.js multiple times in an angular app

I am building an Angular app that uses fullpage.js in a few of its pages. Currently, I am initializing fullpage (e.g. $('#this-routes-fullpage').fullpage({ options... }) ) using a custom directive within the template for each route where it is…
Ben Janes
  • 53
  • 1
  • 3
5
votes
2 answers

Prevent scrolling back to first slide after scrolled past

I'm using fullpage.js and was wondering how I would go about preventing the user from scrolling back to the initial (first) slide after they've scrolled past it? I still want to be able to scroll between all subsequent slides as intended, but…
shparkison
  • 813
  • 1
  • 8
  • 20
5
votes
1 answer

A Vimeo