img src binding
Closed this issue · 1 comments
eslam96 commented
tried to bind img src proberty to a dynamic value but it didn't work, trying to bind the images with a paginator
henczi commented
Yes, you are right, the dynamic imageSrc
parameter was not handled by the package.
I released a new version that supports this, so it is included in version 1.2.0.
It is not perfect, especially when the image is big or the network is slow (the old image is shown until the new one is fully loaded), or when
imageSrc
changes before the previous image are loaded.