lazysizes icon indicating copy to clipboard operation
lazysizes copied to clipboard

Angular DomSanitizer

Open ghost opened this issue 5 years ago • 0 comments

Hello, I'm trying to use lazy loading to dynamic images and the same time sanitizing unsafe URL value.. but I have and error when using data-src... not working with my pipe

<img data-src="{{post['url'] | safeUrl}}" class="lazyload">

Any suggestions?

ghost avatar May 15 '19 14:05 ghost