-
-
For placing and sizing an image there are different ways/metrics possible.
**preliminary considerations**
As prior art we only have the SIXEL way, plus the newer SIXEL implementations (somewhat …
jerch updated
3 years ago
-
Hey hey, loving the library atm it's pretty darn great! One thing I ran into when fixing the drawer to the bottom with snap points was a jankiness when scrolling and how it reacts to the ios bottom b…
-
The proposal is to add a new function to [css-values-4](https://drafts.csswg.org/css-values-4) that calculates the progress between two `` values in percent. The new function could be used together …
-
Hi, I love this package and would like to ask to allow configuring the `generateMedia` object with numbers instead of strings with units, so internally you will check the type and if it's a number you…
-
Yesterday I uploaded https://opengl.gpuinfo.org/displayreport.php?id=8670. I quickly noticed that it was missing even the most basic capabilities. After fixing the bug in #34 I used the application to…
-
https://css-tricks.com/viewport-sized-typography/
-
A website might use fluid typography with the CSS `clamp()` function and viewport units. See “[Fluid typography with CSS clamp](https://piccalil.li/tutorial/fluid-typography-with-css-clamp)” for code …
-
_From @jake-abma on March 31, 2018 12:53_
Text will overlap and horizontal scroll will happen when scaling text / changing viewport as 32% width is, well…, 32% width so it can’t become too wide and …
-
The script recalculates on `orientationchange` event. I think we should recalculate dimensions on other events. One case I have currently problem with is scrolling on iOS Safari. When you scroll down …