Jquery parallax video top

118 Views Asked by At
1

There are 1 best solutions below

1
On

You could use a plugin such as http://markdalgleish.com/projects/stellar.js/ to make your video element have a parallax effect.

Here is an example https://jsfiddle.net/ntzosfg2/

<video data-stellar-ratio="0.5">
    <source src="video.mp4" type="video/mp4">
</video>