You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #40 hard-coded the align-* classes to the container surrounding the video element.
This classes are already used in different themes or may be used as part of custom themes with different CSS definitions or use cases as the ones assumed by this extension.
It is currently not possible to add an additional class to the container with the configuration, this results in the container being not distinguishable as part of this extension.
Proposal:
Add an additional class to the container to properly mark it as part of this extension, so its CSS definitions can be overridden. .align-left.sphinx-contrib-video-container {...}
Or add an additional :class: config for the container.
The text was updated successfully, but these errors were encountered:
Problem:
The PR #40 hard-coded the
align-*
classes to the container surrounding the video element.This classes are already used in different themes or may be used as part of custom themes with different CSS definitions or use cases as the ones assumed by this extension.
It is currently not possible to add an additional class to the container with the configuration, this results in the container being not distinguishable as part of this extension.
Proposal:
Add an additional class to the container to properly mark it as part of this extension, so its CSS definitions can be overridden.
.align-left.sphinx-contrib-video-container {...}
Or add an additional :class: config for the container.
The text was updated successfully, but these errors were encountered: