-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix(video player): thumbnail and play button issue #11450
fix(video player): thumbnail and play button issue #11450
Conversation
Deploy preview created for package Built with commit: 072aa09276c3e478af9895a375a07f1af0c39223 |
Deploy preview created for package Built with commit: 072aa09276c3e478af9895a375a07f1af0c39223 |
Deploy preview created for package Built with commit: 072aa09276c3e478af9895a375a07f1af0c39223 |
Deploy preview created for package Built with commit: 072aa09276c3e478af9895a375a07f1af0c39223 |
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.
LGTM!
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.
LGMT! thanks @sangeethababu9223
1bfb57a
into
carbon-design-system:main
…tem#11450) ### Related Ticket(s) Closes carbon-design-system#11399 ### Description Video component has no play button and thumbnail is not correctly displayed. ### Changelog **Changed** - `padding-block-start` css property for the `c4d-image` component is changed to 0. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Related Ticket(s)
Closes #11399
Description
Video component has no play button and thumbnail is not correctly displayed.
Changelog
Changed
padding-block-start
css property for thec4d-image
component is changed to 0.