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.