nk-o / jarallax

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

Video volume via data attribute #142

Closed avilesasturias closed 5 years ago

avilesasturias commented 5 years ago

Hi,

Thanks so much for this amazing plugin, all is working fine and great. I do have the following question, is it possible to set the video volume via data attribute? or is this only possible via javascript initialization?

I created the following fiddle: https://jsfiddle.net/3470sLd9/ where I tried with videoVolume and also prepending data- to it, but I can't seem to get it working.

Thanks.

nk-o commented 5 years ago

Hi.

Unfortunately, unmuted video autoplay will not work since this one: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

Regards, nK.

avilesasturias commented 5 years ago

Thanks @nk-o Again, lovely plugin :)