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
both align or class not work for videos
:class: align-center :align: center
The text was updated successfully, but these errors were encountered:
Temporarily solved by adding custom.css
add lines to custom.css:
/* center video */ video.align-center { display: block; margin-left: auto; margin-right: auto; }
add a class video:
.. video:: _static/video.mp4 :width: 600 :class: align-center
Sorry, something went wrong.
"align" is a image directive keyword and his not supported by the video one. The full list of supported options is decribed in the documentation: https://sphinxcontrib-video.readthedocs.io/en/latest/quickstart.html#options
If you want to add an extra one I'll be happy to review a PR.
No idea on how to achieve alignment. The way to change CSS seems to be a matter of theme, not implemented here.
No branches or pull requests
both align or class not work for videos
The text was updated successfully, but these errors were encountered: