KandZ – Tuts

We like to help…!

CSS 34 ๐Ÿ’ป display-mode and dynamic-range media features

a - display-mode media feature
display-mode feature specifies if the document is running in a specific display more
values: browser โ†’ is inside a browser tab or window
standalone โ†’ is installed as a standalone app on a device
minimal-ui โ†’ is like a standalone app but with minimal set of UI elements
picture-in-picture โ†’ applies style while in PIP
@media (display-mode: standalone) โ†’ styles for standalone mode
@media (display-mode: fullscreen) โ†’ styles for full screen mode

b - dynamic range media feature
dynamic-range queries the combination of brightness, contrast and color depth.
values: standard โ†’ matches devices with no lack of visual capabilities
high โ†’ the device supports a high dynamic range
that means color depth greater than 24bit, high contrast and high peak brightness
A device matches high will also match standard value
@media (dynamic-range: high) โ†’ styles for high dynamic range devices
@media (dynamic-range: standard) โ†’ styles for standard dynamic range devices

Stop using slow, ad-bloated tool sites! ๐Ÿคฎ

๐Ÿ”Ž Search “KandZ Tools” on Google to use many professional utilities for free.

KandZ.me is the ultimate minimalist hub for:
โœ… Finance (Mortgage, Interest, Inflation)
โœ… Tech (Base64, JSON, Dev Suite, IP)
โœ… Health (BMI, BMR, TDEE)
โœ… Productivity (Timer, Workspace, QR)

โšก๏ธ Fast & Private
๐Ÿ”’ No data leaves your device
๐Ÿ’Ž 100% Free

๐Ÿ”— Use it now: https://tools.kandz.me
๐Ÿ”– Bookmark itโ€”youโ€™ll need it later!

Leave a Reply