vue-panel
vue-panel copied to clipboard
Video inside vue-panel causes massive lag
Reproduction:
``` code````
When `video` element is outside the v-panel, it plays smoothly.
In addition, images do not get scaled, like the text does. Not sure if this is intentional or not.
Thanks for the heads up. What browser are you using? I will attempt to reproduce your issue this evening.
Chrome 44.0.2403.125 m. Thanks for looking into it. :)
I can't seem to reproduce the issue. Videos inside of v-panel in Chrome 44 and 43 appeared to play smoothly in my testing.
I updated the example with a video here. Could you pull down the repo and see if the video performance in the example is poor?
I'll check into it when I'm back from my holiday next week. The video I reproduced the bug with was fairly large and in high quality, though relatively small in size (1-3 mb). Thanks for your prompt reply. :+1:
Ok, I just tested it and the bug is still there. In your example it looks ok, but that's because it's a tiny video with a low frame rate. I'm using a 1920x1080 video (2 seconds) with 29 frames/second. The video size is 1,2 mb. The video plays smoothly only when it's outside of the v-panel.