You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: