-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
align and caption #40
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the pre-build and it seems wrapping the video tags in a div is defaulting to center. Can you make sure that default remains consistently to the left ?
Can you add an example for each alignement so the users can feel the difference (and we can visually check it works as expected) ?
Can you regenerate the tests, adding the div is breaking every build.
For consistency with previous versions, which not support align, the default value of align 'left' when the it is not set. | ||
If you want to use the 'default' defined by theme, you need to, manually, set it to 'default': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with previous versions, which not support align, the default value of align 'left' when the it is not set. | |
If you want to use the 'default' defined by theme, you need to, manually, set it to 'default': | |
For consistency with previous versions, which not support align, the default value of align is set to `left` when nothing is set. | |
If you want to use the alignment defined by your theme, you need to, manually, set it to `default`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@berlin2123 sorry for the long wait, all my OSS time was eaten up by another project. I would like to move forward with your PR, could you rebase it with the current main so I can merge it in the next release ?
add align and caption.
related to : #38 #39