-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add a check that rejects images a certain size (e.g. 5MB) #633
Labels
Comments
rhamzeh
added
good first issue
Good for newcomers
internal
CI
Continuous Integration
and removed
internal
labels
Jan 29, 2024
@rhamzeh can you assing this to me. |
Thanks @sanibalakrishna! Assigned |
@rhamzeh Since there haven’t been any updates on this, could you please assign this issue to me? |
Thanks @rahulsunil2 ! Assigned! |
4 tasks
If this issue is still open I would like to work on this, please assign it to me. |
Considering this issue is open, does it mean that it has not yet been solved? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a recent blog, we accidentally added an image that is too big (> 12MB), this downgrades the experience of the reader as they will not see the image and they will still be downloading a lot in the background.
To prevent this, we'd like to add an action that would block introducing new images that are > a predetermined size (5MB to start)
The text was updated successfully, but these errors were encountered: