Image thumbnail size

We're pulling URLs for images out of our database and presenting them in a table that can be browsed. Images are then opened in a new browser window if they are to be saved for other purposes.

Is there any way to increase the size of the thumbnail of the image in the regular table presentation to facilitate easier browsing. Currently they're tiny (see pic).

41

Hi @binaryduke
It looks like the thumbnail is getting set to 30px height, but I cannot find where that’s being set - but I think it’s done by javascript that looks at the table cell height, which is defined to 36px.
There’s currently (0.32.8) no way of changing this besides editing the source and compiling your own version - or using a reverse (like Nginx) to add CSS.

1 Like

I hope to add the configuration of setting the image size later.

@beta Go and upvote the issue: