Closed NickLeDev closed 2 years ago
Hi, i'm not able to reproduce this. Is it possible to share SDK version?
_active(){
this.tag('Image').patch({
smooth: {
alpha: 1,
},
texture: Img("https://images.tou.tv/c_scale,w_223,h_125/v1/ici-tou-tv/promos/16x9/764baab2-2c66-6126-3855-369d9ffc053b.jpg").cover(200,200)
})
}
the above test is working as expected (tested SDK4.4.0)
Can we close this issue?
Hello,
I'm a developer working on a Xfinity Comcast device project with the Lighning SDK and I have issues with the Img plugin. I'm using an endpoint for my lightning app to consume and it feeds a. lineup of items that have each an image to display. I read in your documentation that when it's from an Api I should use the Img plugin. Everything works fine in dev (latest Chrome) but when I go on the Comcast device I have only some images that are displaying. It's always the same every-time I reload.
Here's the error I get:
As you can see there's something that is added at the end of the url in the first error (-contain-375-210.9375).
Like I said, I have this issues on around 95% of my images and the others are working properly.
Here's a bit of code inside my component Card that is using the Img plugin: