Distinct project in thumbnail grid
-
Im glad you found a solution! I'm not sure what you mean with "distinct a project in thumbnail grid".
Do you mean you want to highlight one project in the thumbailgrid?

a thumbnail like this would have the CSS selector:
.thumb[data-id="3408"]{
}
-
Im glad you found a solution! I'm not sure what you mean with "distinct a project in thumbnail grid".
Do you mean you want to highlight one project in the thumbailgrid?

a thumbnail like this would have the CSS selector:
.thumb[data-id="3408"]{
}
@arminunruh
Yes, to highlight one of the projects would be a great solution or to make the general ".landscape" thumbnail-wrap class projects double column width.Same width is beneficial for portrait images, but landscape ones sometimes lose visibility.
That's why same height worked better for my case.Regular, same-width column grid

After CSS "inspector" width adjustment on thumbnail-wrap

-

You could also use this custom aspect ratio setting for the thumbnail grid to make all the images the same aspect ratio.
-

You could also use this custom aspect ratio setting for the thumbnail grid to make all the images the same aspect ratio.
@arminunruh not a solution for me but I get it why this solution is helpfull, thanks!
-
ok. yea it would probably be good if we had sth like this for the thumbnailgrid too: