angular-lazy-img icon indicating copy to clipboard operation
angular-lazy-img copied to clipboard

Lightweight lazy load images plugin. Only 1kb after gziping. Pure JavaScript, only Angular as dependency.

Results 16 angular-lazy-img issues
Sort by recently updated
recently updated
newest added

Hi, I am wondering if your plugin is able to handle picture tag ? ` `

$rootScope.$emit('lazyImg:refresh'); not working

I am using angular-lazy-img with angular 1.5.8. The image lazy load is working fine on chrome but not working safari. here is the sample img tag--- < img id="list-img-id" class="list-imgs...

in NPM the latest version is 1.2.0 but I want the 1.5.1. https://www.npmjs.com/package/angular-lazy-img https://github.com/Pentiado/angular-lazy-img/releases could you fix this ?

After first assigning an image source to the lazy-img attribute, subsequent changes to the attribute value are not picked up. I think this used to work and would be a...

Hi, im using ionic 3 and angular 5. where do i put this code? `angular.module('your.module', [ 'angularLazyImg' ]);` I tried to put it after the `export class AppModule` in app.module.ts...

Code: ` ` Only apply lazyload in last img

Im using ionic 1.5 (in particular ``) as container for a list of images. But when try to use `lazyImgConfigProvider ` during angular config phase `` doesnt exist in dom....

Hi, i would need to change the size/position of the spinner when. In a example like this: `` is there any way to add a class to the image while...