Skip to content
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

Compress images over 11MB #1267

Open
Vichy97 opened this issue Jan 27, 2025 · 2 comments
Open

Compress images over 11MB #1267

Vichy97 opened this issue Jan 27, 2025 · 2 comments
Assignees
Labels
enhancement Improving existing functionality good first issue Good for newcomers help wanted Extra attention is needed P2

Comments

@Vichy97
Copy link
Collaborator

Vichy97 commented Jan 27, 2025

We should not display an error, but should automatically compress images to an appropriate size prior to uploading if they exceed the maximum of 11MB.

@Vichy97 Vichy97 added P2 enhancement Improving existing functionality labels Jan 29, 2025
@github-project-automation github-project-automation bot moved this to General backlog in OpenBeta Project board Jan 29, 2025
@vnugent vnugent added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 29, 2025
@ShravaniRoy
Copy link
Contributor

I would like to work on this issue.

@vnugent
Copy link
Contributor

vnugent commented Jan 29, 2025

Size check

if (file.size > 11534336) {

@Vichy97 what's the new size check? 20MB?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality good first issue Good for newcomers help wanted Extra attention is needed P2
Projects
Status: General backlog
Development

No branches or pull requests

3 participants