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
In trying to adjust the height/width of the BlurHashImage, I noticed that the hardcode 100% values in the subcomponents are not respecting the height/width props.
Wondering what your thoughts are on passing those provided props into the style definitions?
Hi @damienroche,
Thanks for the lib!
In trying to adjust the height/width of the BlurHashImage, I noticed that the hardcode
100%
values in the subcomponents are not respecting the height/width props.Wondering what your thoughts are on passing those provided props into the
style
definitions?Something like -
instead of
I'm happy to submit a PR if it works for you.
Thanks!
The text was updated successfully, but these errors were encountered: