Multiple parallax video backgrounds
I found answers here on stackoverflow on how to create video div with parallax effect The recommended plugin was: https://github.com/linnett/backgroundVideo However I need multiple of parallax backgrounds on one site and I am having trouble with that, first one in order is allright, but the others are misspositioned, dont work absolutely as you would expect What is a solution for this? Calling the same plugin for every background separately? How do I do that? This doesnt quite work: <script> $(document).ready(function() { $("#my-video").backgroundVideo(); $("#my-video2").backgroundVideo(); });