Css – How to use Blurhash when the width and height are dynamic?
So im using the react-blurhash package to add placeholders for my images. It expects a width and a height parameter in integers, to define the height and width of the placeholder itself. If i dont know the width and height,…