wds-blocks
wds-blocks copied to clipboard
Improve color contrast handling
Expand upon color contrast handling (introduced in #91):
- Add support to contrast text color with background media (image or video)
- Add support to contrast text color with background overlay (introduced in #94)
9/10 EOD Update:
- Began experimenting with
fast-average-colorpackage to determine average color of media elements. Appears to work for images but running into errors with videos.
9/11 EOD Update:
- Implemented
fast-average-colorand contrast check for image backgrounds. - Continuing to troubleshoot
fast-average-colorwith video backgrounds.