You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just need to use that Blur Hash in the wp-image component instead of the solid background color we use currently. Ideally there would be a prop that enables/disables it blur-hash.
I think ideally we have a prop blur-hash that can be used to supply a blur hash, but the image prop can also include the blur hash as meta (like it does with image height/width currently). I figure if you set blur-hash="none" then it disables the blur hash and uses the current background color setting.
The text was updated successfully, but these errors were encountered:
Currently WordPress is saving Blur Hash's with every image as an ACF field.
What is a Blur Hash?
https://github.com/woltapp/blurhash
We just need to use that Blur Hash in the wp-image component instead of the solid background color we use currently. Ideally there would be a prop that enables/disables it
blur-hash
.I think ideally we have a prop
blur-hash
that can be used to supply a blur hash, but theimage
prop can also include the blur hash as meta (like it does with image height/width currently). I figure if you setblur-hash="none"
then it disables the blur hash and uses the current background color setting.The text was updated successfully, but these errors were encountered: