Open jorekai opened 1 year ago
Thank you for the report!
@dhasilva Do you think you could take a look?
Thanks!
I'm not able to reproduce the issue here with the latest Jetpack and VideoPress plugins. There was a PR solving this issue in the Jetpack plugin.
Are you using the VideoPress plugin, Jetpack or both? And which versions, please?
Hey thanks for looking into it, I'm just using Jetpack VideoPress @ V1.3.0. Below is the generated iframe element on my page.
<iframe data-placeholder-image="****" data-category="marketing" data-service="videopress" class="cmplz-placeholder-element cmplz-no-video cmplz-processed cmplz-activated" data-cmplz-target="src" data-src-cmplz="https://videopress.com/embed/*****?cover=1&preloadContent=metadata&useAverageColor=1&hd=1" title="VideoPress Video Player" aria-label="VideoPress Video Player" width="710.075" height="399.772225" src="https://videopress.com/embed/****?cover=1&preloadContent=metadata&useAverageColor=1&hd=1" true"="" allow="clipboard-write"></iframe>
There is also no allowfullscreen property here:
Testing VideoPress 1.3.0 without Jetpack installed and I still can't reproduce the problem.
What block are you using?
The VideoPress block:
The shortcode block:
Or the embed block?
Also, which browser and OS are you using?
The provided generated iframe seems to be the one from the VideoPress block and indeed it has a problem, but the code line you linked to is used in the shortcode exclusively, not in the VideoPress block, so the issue is probably somewhere else. That is why we need to narrow down the possibilities.
I also noticed some injected classes in the iframe that seems to be from the Complianz plugin, is that right?
I tried installing this plugin here to see if there is some interference at play, but I still couldn't reproduce the issue, though the classes (like cmplz-placeholder-element
) are not injected here, so maybe it needs some aditional configuration.
Can you test if there is any change by disabling the Complianz plugin, please?
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
There seems to be an issue with the fullscreen toggle in the latest videopress version. The built
https://github.com/Automattic/jetpack/blob/666d612b1bef125096cdbf90125ce04a72be49a5/projects/packages/videopress/src/class-block-editor-content.php#L121
When using the Gutenberg Videopress Embed Blog in Production I cannot toggle fullscreen. When using it inside of The Gutenberg Blocker Editor mode i can toggle it succesfully