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

use compressed versions of image attachments for thumbnails #15615

Open
neojigi opened this issue Feb 25, 2025 · 1 comment
Open

use compressed versions of image attachments for thumbnails #15615

neojigi opened this issue Feb 25, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@neojigi
Copy link

neojigi commented Feb 25, 2025

I have a speed issue when displaying multi attachment column images in a table.

In my opinion, it is slow because it fetches and displays the original size of the image files instead of a thumbnail.
The area where the image is displayed in the table is small, so I don't think it is necessary to load the original size.

Is itpossible to have a function that automatically generates a thumbnail if the attached file is an image file??

And when displaying the attachment column in the table, display the thumbnail for the image files.
Then the speed problem will be improved.

@neojigi neojigi added the enhancement New feature or request label Feb 25, 2025
Copy link

linear bot commented Feb 25, 2025

@andz-bb andz-bb changed the title image thumbnail for speed up use compressed versions of image attachments for thumbnails Feb 25, 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