Output Settings
Output Preview
Output Graph
CSS
--fluid-size: clamp(100px, 18.75vw + 25px, 250px);
About
- The calculated value will scale between the two sizes based on their matching viewport/container width.
- Supported in all modern browsers, exact support depends on the relative unit:
- Viewport is supported in all browsers, limited by
clamp()
. - Container is widely supported, limited by container query units.
- Viewport is supported in all browsers, limited by
- Previews are limited by their container, but you can go as big as you like!
- Similar to Utopia, but for arbitrary sizes outside your scale.