-
Notifications
You must be signed in to change notification settings - Fork 30
Add missing argument to video stories #14943
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
Conversation
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
| sources: Source[]; | ||
| atomId: string; | ||
| uniqueId: string; | ||
| width: number; |
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.
height typically goes above width everywhere else.
| export default meta; | ||
| type Story = StoryObj<typeof SelfHostedVideo>; | ||
|
|
||
| export const Loop4to5: Story = { |
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.
Standard cards are all in 5:4 aspect ratio
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.
What does this change?
Add missing argument
videoStyleto video stories.Renames stories with wrong aspect ratio specified.
Why?
When we re-enable stories in this PR, the stories will not error.