Replies: 1 comment
-
Moved to #1462 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment when you create a link to an image saved inside Nextcloud Files, Tables creates a very small preview image of that file (actually, this worked some time ago, has been gone and now should work again when #1393 is accepted).
Looking at the code I think this value at the moment is hardcoded to 25x25px.
My idea would be to let the user choose how big this preview should be. This would give us the chance to use Tables for example for:
Although it would be even greater to be able to upload new images directly from the input form (like already requested in the "additional columns" discussion) I would expect that having bigger previews of linked images would already be an enhancement.
As I'm new to this I asked myself if enhancing Tables to let the user choose the preview size would be very difficult?
Some of the points that would be needed and that came into my mind are:
thumbnailUrl
is saved with an url likeindex.php/core/preview?fileId=123456&x=32&y=32
and therefore when setting Tables to show a bigger preview should use an other preview format (like x=128&y128).Is there someone who could give me some more input / ideas and some hints how to get such a thing done? 🙂
Beta Was this translation helpful? Give feedback.
All reactions