Open Maraket opened 7 years ago
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
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