Ed Opare-Aryee
Ed Opare-Aryee
@mebibou thanks for feedback, that would be a nice feature. Will try to take a look at it when I get a chance.
@raviayadav unfortunately not at the moment but it is something we can look to add in the future. I will try and look into this when I get a chance.
I'm going to reopen this issue until we add this feature so we don't forget it.
@mateuszbem @Vincent-Valembois can you please include example code with steps to reproduce this issue, thanks
Hi @RitzBrio at the moment it doesn't, however the [angular-inviewport](https://github.com/thisissoon/angular-inviewport) directive that this library uses to detect the inviewport status [does](https://github.com/thisissoon/angular-inviewport#specify-parent-scrollable-element). So it maybe possible with an update to simply...
yeah i agree it can be confusing, open to suggestions on better naming
Yes I had been thinking about this too, maybe something like: ```ts const image: ResponsiveImage = { placeholders: [ { size: 'xs', x1: 'http://via.placeholder.com/40x40?text=placeholder+xs+1x', x2: 'http://via.placeholder.com/80x80?text=placeholder+xs+2x' }, { size: 'md',...