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
Themes need a way to style captions inside video blocks, especially margins and text alignment properties.
We could do this by adding controls to the video block, so that users can edit them, or we could just make the controls available in theme.json.
Alternatively we could add support for the figcaption element to the elements part of theme.json, and apply the same settings to images and videos.
The text was updated successfully, but these errors were encountered:
Can this issue be closed? The caption can be styled using theme.json and global styles. (Classic themes can keep using CSS)
Sorry, something went wrong.
Yes, let's close this.
No branches or pull requests
What problem does this address?
Themes need a way to style captions inside video blocks, especially margins and text alignment properties.
What is your proposed solution?
We could do this by adding controls to the video block, so that users can edit them, or we could just make the controls available in theme.json.
Alternatively we could add support for the figcaption element to the elements part of theme.json, and apply the same settings to images and videos.
The text was updated successfully, but these errors were encountered: