lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
582 stars 75 forks source link

Error with styling the Lasso-Img tag #231

Open Maraket opened 6 years ago

Maraket commented 6 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