WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.52k stars 4.21k forks source link

HTML Video embed coding issue (video now showing) #55634

Open Dustin82nd opened 1 year ago

Dustin82nd commented 1 year ago

Description

Writing html code for embedding a video and adding autoplay. I can preview the video but when I 'update' the page the video never shows and the coding changes.

Step-by-step reproduction instructions

I create html block. I paste in my code:

I click "update" preview shows video perfect When I visit site the video is not showing up.

Screenshots, screen recording, code snippet

Environment info

wordpress gutenberg. Volunteers of America WP Theme

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

hanneslsm commented 1 year ago

I cannot replicate the issue in my theme. I can preview the video in the editor and it is also displayed on the frontend. The height is defined two times in your code, this could cause the error.

Just curious, is there a reason why you use HTML code instead of the Youtube Block?

Dustin82nd commented 1 year ago

I cannot replicate the issue in my theme. I can preview the video in the editor and it is also displayed on the frontend. The height is defined two times in your code, this could cause the error.

Just curious, is there a reason why you use HTML code instead of the Youtube Block?

I was of the understanding that I could not autoplay a youtube block. the youtube block works great just not customized the way we need. if that makes sense.

github-actions[bot] commented 11 months ago

Hi, This issue has gone 30 days without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest versions, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.

carolinan commented 4 months ago

I am not able to reproduce this using Twenty Twenty-Four, WordPress 6.6 RC1, with and without Gutenberg active.