Error with styling the Lasso-Img tag
Maraket opened this issue · 0 comments
Maraket commented
When attempting to style an image imported with lasso-img, the input phase appears to be ignored:
<lasso-img stc="./someImage.png" style={height: input.height} />
meaning that as input is never defined, neither is the style attribute. I had to fall back to the img tag