SOLVED: Infinite scrolling and YT video cover image issue

Browser: Chrome latest
OS: macOS

Due to the nature of infinite scrolling, js scripts run for the first page have to be executed again for the loaded page.

I put a video element and enabled the new YT API image lazy load feature. The second page’s videos’ YT image does not respond to “click” events so the videos cannot be played. In my guess, there gotta be a js script that adds click event listeners to video element to load real YT video. That script has to be executed again after Bricks fires a query fetch for the next page to addEventListener to videos on next pages.

Hey @pogeunpark,

thanks for your report.

This issue is fixed in the current beta (see Changelog – Bricks). It would be great if you could test this on a staging site and confirm that it works for you with the current beta as well.

Thanks,

André

I can confirm that it is fixed in 1.8. Thanks @aslotta