"Proper" Image Delivery on the Web 14 years ago
I clicked on Substituting Raster Images for Vector Alternatives. I like how they describe different techniques, but use png files to display them.
HN user
I clicked on Substituting Raster Images for Vector Alternatives. I like how they describe different techniques, but use png files to display them.
Always using feature detection isn't feasible, some features can't be detected.
you just need to add this to textarea
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;