ftanrisevdi
Member since Sep 16, 2014
- Profile: /members/12276-ftanrisevdi.htm
- Comments: 1
Recent Blog Comments By ftanrisevdi
-
Lazy Loading Image With AngularJS
Posted on Sep 16, 2014 at 3:09 AM
Hi Ben, Many thanks for sharing. I am using your code but I have an issue. If the image element does not have width and height attribute, element.is(":visible") turns false although it is visible. So i change the code like as follows; if (!element.is(":visible") && elem... read more »