We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are the video block styles:
.wp-block-video { figcaption { color: var(--global--color-primary); font-size: var(--global--font-size-xs); margin-top: calc(0.5 * var(--global--spacing-unit)); margin-bottom: var(--global--spacing-unit); text-align: center; } }
I don't think we need to migrate these styles as Gutenberg already has them.
* > figure > video { max-width: unset; width: 100%; vertical-align: middle; }
The bottom styles are being migrated to Gutenberg: WordPress/gutenberg#27328
Broken out of #82
The text was updated successfully, but these errors were encountered:
WordPress/gutenberg#27328 is merged so I think we can close this and mark the video block as done. @kjellr does that make sense to you?
Sorry, something went wrong.
Yeah, that sounds good to me!
scruffian
No branches or pull requests
These are the video block styles:
I don't think we need to migrate these styles as Gutenberg already has them.
The bottom styles are being migrated to Gutenberg: WordPress/gutenberg#27328
Broken out of #82
The text was updated successfully, but these errors were encountered: