Automatically closed - issue fixed for 2 weeks with no activity.
When using cookies_video module from https://www.drupal.org/project/cookies/ → the loading animation stays displayed on the video even after the video was fully loaded.
The class is-b-loading
never disappears. This seems to be due to the "manual lazy loading" (data-src to src) after enabling cookies.
The cookies_video adapter can be found here: https://git.drupalcode.org/project/cookies/-/blob/1.1.x/modules/cookies_...
The blazy integration was added here:
#3219257: Integrate cookies_video with Blazy oEmbed formatter →
But I guess the JavaScript used in blazy is simply not made for "later" lazy-loading?
Edit: Interestingly this seems like a race condition, especially with multiple YouTube Videos on one page. In some cases it works!
Fixed
2.0
JavaScript
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.