Open David-Moreira opened 3 months ago
If I understand correctly. This new feature in 1.7 should help with scaling the image to the container size.
I asked about that, the problem wasn't how the image scaled as far as I understood. But that after updating the parameter dimensions the img wouldn't automatically resize these dimensions (WxH)
Ah. It might be something with the rendering cycle. And the fact that Width and Height are reference types so Blazor doesn't detect the change.
The might only need to define a Fluid="true"
parameter on an Image.
Take a look whether img dimension should be refreshed upon param changing