nk-o / jarallax

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

Youtube video on fallback image after page refresh #140

Closed cedric-bogota closed 5 years ago

cedric-bogota commented 5 years ago

Hello,

When I load a youtube video, it works perfectly each time I open the page on a new chrome tab.

However when I refresh the tab, the youtube video is stuck on the fallback image. When I clear the cache on my browser and then reload the page, the video starts normally. I tried to insert the no-cache meta in the head content, but it did not fix that issue.

Any idea?

Thanks !

Cedric

nk-o commented 5 years ago

Hi Cedric.

An online example will be perfect to see the bug. Use https://codepen.io/ if possible.

cedric-bogota commented 5 years ago

Hi Nikita, thanks for your feedback. I found my error.... I had let some loaded script in my HTML from another plugin I had tried before... I removed it to let only the jarallax plugin. It works perfectly now !! Thanks for this wonderful plugin !! Cedric