darickc / MMM-BackgroundSlideshow

MIT License
143 stars 80 forks source link

makeImagesGrayscale #19

Closed Anool closed 5 years ago

Anool commented 5 years ago

Great module - kudos. Works right, out of the box. Does it support the "makeImagesGrayscale" property ? If not, any plans to add that ?

darickc commented 5 years ago

Try putting this in your custom css file (css/custom.css):

.backgroundSlideShow { filter: grayscale(100%); }

Anool commented 5 years ago

Thanks, I'll try that out and report back how it goes. Traveling until the 15th of Jan, so post that date.

Anool commented 5 years ago

@darickc that was perfect, and easy. Thanks. Lucky I can use VNC connection over the internet, so I don't have to wait to get back home to try it out.

darickc commented 5 years ago

Nice, glad it worked.