CSS for Inverting Only Bright Images in Obsidian
Hello, I’m looking for CSS code that can invert only bright images in Obsidian. Could you provide me with a script or guidance on how to achieve this? I’m not familiar with CSS, but I’d appreciate any help or clarification on the process
Thanks in advance
You must log in or register to comment.
just scrolling by - don’t know if Obisian will support this but was curious enough to see if CSS can do it - it technically can’t but if it supports JS then you can use this fiddle
https://stackoverflow.com/questions/13762864/image-brightness-detection-in-client-side-script
ManyThanks