nk-o / jarallax

Parallax scrolling for modern browsers
https://jarallax.nkdev.info
MIT License
1.39k stars 214 forks source link

User options aren't passed to jarallaxVideo #153

Closed garethweaver closed 5 years ago

garethweaver commented 5 years ago

Issue description:

import { jarallax, jarallaxVideo } from 'jarallax'

jarallaxVideo(
  document.getElementsByClassname('.j-video'),
  { speed: 0.2, videoSrc: 'a_url' }
)

videoSrc isn't passed to jarallaxVideo.

garethweaver commented 5 years ago

Scratch that, the documentation for usage wasn't really clear. Resolved here #154