You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit 95a46ec video does not show through multiple ch5-backgrounds.
Previously you fetches all ch5-background elements to tell them to let the video though.
In the mentioned commit you changed this to only let video through on a hardcoded element id (used by the shell template) and a parent ch5-background.
The issue can easily be seen on line 460 in ch5-video.ts in the new commit.
TB Case#: 00198843
Since commit 95a46ec video does not show through multiple ch5-backgrounds.
Previously you fetches all ch5-background elements to tell them to let the video though.
In the mentioned commit you changed this to only let video through on a hardcoded element id (used by the shell template) and a parent ch5-background.
The issue can easily be seen on line 460 in
ch5-video.ts
in the new commit.From:
To:
We really need the video to be able to go through multiple ch5-backgrounds.
The text was updated successfully, but these errors were encountered: