Germain
Germain
I have found a solution to make colorjoe work inside scrollable elements. ``` js function findPos(e) { var bodyRect = document.body.getBoundingClientRect(), elemRect = e.getBoundingClientRect(), x = elemRect.left - bodyRect.left, y...
@bebraw So that's pretty much my problem, sorry if I wasn't very clear in my first message. So `scrollableParent` is a reference to the closest ancestor that is set with...
Cheers, i'll write a PR and update the doc during the week-end.
Sorry I didn't come back to you on this yet, but I found some use cases that are still buggy with the fix I did. So i'm trying to find...
Sorry, forgot to come back to you, well I spend quite a lot of time on this, and when I found a fix it was either not covering every single...
I'm a bit unsure about how the decoder really works but if you look at formats like HLS or DASH you have different chunks and they can be H264 in...
I remember seeing a comment from Matthew in the code ``` if (webglContextAttributes.alpha === true){ console.error("webglContextAttributes.alpha must be false for correct opeation"); } ``` I assume it has to do...
Actually looking at #154 , it seems like having an `alpha` set to true could be a risk. If we decide to make the canvas desynchronised we won't have the...
@icyield I believe I didn't explain myself correctly. We could probably allow an alpha override. However if we are going to allow that I believe we should think about how...
Hi @DanieleSuppo73 , Thank you for filing this issue, Any chance you could create a small test case highlighting the issue you are facing ? A link to the video...