Wanna See A Whiter White Save

CSS trick/bug to display a brighter white by exploiting browsers' HDR capability and Apple's EDR system

Project README

wanna-see-a-whiter-white

Visit https://fff.kidi.ng for the demo.

How does this work?

By combining an HDR video with CSS hack, the white color of the text becomes even brighter.

#whiter {
  filter: brightness(10);
  backdrop-filter: brightness(1);
}

When a HDR-capable browser encounters one, it switches to HDR mode. The exact reason for this behavior is not yet known.

Open Source Agenda is not affiliated with "Wanna See A Whiter White" Project. README Source: kiding/wanna-see-a-whiter-white
Stars
270
Open Issues
0
Last Commit
1 year ago
Tags

Open Source Agenda Badge

Open Source Agenda Rating