-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
chore(api): Remove screenshots from EmbedLiveSample calls #32505
Conversation
Preview URLs
(comment last updated: 2024-03-01 11:02:06) |
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.
👍 nice, and +1 to deprecating this argument.
Thanks! |
I still see screenshot arguments in the following pages:
...was it intentional to omit them? |
Hey @bsmth. I'm not sure whether the image
Append (more missing images):
|
Thank you both for flagging these issues.
No, I wasn't sure if this pass was comprehensive.
Yes I was overzealous with the image removals, my mistake! I'm following up on that with a fix now 🙏🏻 |
Description
This PR removes screenshots in
EmbedLiveSample
calls. The screenshots are used in examples that have good browser support, so they serve no purpose that I can see.Motivation
Removing binaries from the repository. This is also an opportunity to deprecate the parameter for including screenshots in the live samples.