blurhash-img icon indicating copy to clipboard operation
blurhash-img copied to clipboard

aspect-ratio uses height/width instead of the correct width/height

Open asgerb opened this issue 3 years ago • 1 comments

According to MDN aspect-ratio should be specified as width / height, while blurhash-img is using height / width instead. It would be great to get this aligned with the css implementation of aspect-ratio.

I'll try and make a PR with a fix, although it's my first time working with HTML custom elements, so please bear with me 🙂

asgerb avatar Jul 06 '21 11:07 asgerb

Made #2 to update the implementation

asgerb avatar Jul 06 '21 11:07 asgerb