Skip to content

Feature Request: Add Image Compression & Lazy Loading #4681

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

Open
ttgml opened this issue May 10, 2025 · 0 comments
Open

Feature Request: Add Image Compression & Lazy Loading #4681

ttgml opened this issue May 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ttgml
Copy link

ttgml commented May 10, 2025

Describe the solution you'd like

  1. When users upload images, automatically create a compressed version (smaller file size).
  2. Show the compressed version by default on the page.
  3. Only load the full-resolution image when users click on it.

Type of feature

User Experience (UX)

Additional context

When a page has many images, it loads slowly and uses too much bandwidth.
Example:
A user uploads a 5MB photo. The page shows a compressed 200KB thumbnail. When clicked, it opens the original 5MB image in a pop-up.

@ttgml ttgml added the enhancement New feature or request label May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant