I don’t know the necessary CSS code, but I think the start of it would be to have an IFTHEN column to add an image for the 100% completion. Once you have that, I think you can likely add CSS to make the image fill the card (and it would only fill the ones with an image — the 100% ones).
Not that easy because i want the image as background not as image in the card. But i thougjt now that maybe i can add a css to fill all the backgrounds with an ifthenelse column that put into a twmplate a background of some color or a white one.
But wouldn’t an IFTHEN that adds an image based on the %, leaving others with an empty image, work to at least get the desired image showing on the desired cards? Then the necessary CSS to fill the card background would only “apply” to the ones that actually have an image. This is just theoretical and the way I’d imagine it would work.
Alternatively, could the list be sorted to only show 100% cards, apply CSS to that whole list, then add a 2nd inline list of non-100% cards (without any CSS on that list). I seem to remember an issue where the card’s sizing doesn’t properly adjust if some have an image and some don’t.
Here is an example.
you can change the background picture based on a value or the like.
you can also use several different images for different cases.
The trick is to have an empty image to display if the condition is not met.
I made a 10x10px transparent image.
For the background image (100% box), I made a 30x30px with an opacity of 30%, then you have to experiment to find the right color and the right opacity.
CSS is then very simple (see the demo application)
Do not use my links to the images directly, as I may delete them from my account!