Needs work
Project:
Image Lazyloader
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Nov 2015 at 21:51 UTC
Updated:
25 Apr 2019 at 01:23 UTC
Jump to comment: Most recent
Comments
Comment #2
legolasboI've just looked at the code, no functional review done.
These changes are out of scope. Please open a new issue for them.
This should be part of the Drupal behaviours part. Now it won't work for dynamically (AJAX) loaded slideshows.
These can probably use
echo.render()to be simpler.Comment #3
darkdante commentedHow can i accomplish to display hidden images on 1.X version?
Comment #4
legolasbo@darkdante,
You can't, because the javascript is not very extensible in 1.x.
Comment #5
oksale commentedHi! I made minor changes to the code:
1. jQuery(this).attr("data-echo") condition added:
if(jQuery(this).css("display") != "none" && jQuery(this).attr("data-echo") && jQuery(this).attr("data-echo").length > 0)2. In your code placeholder image is still visible, it must be hidden.
Comment #6
damienmckennaFYI the "assigned" field is for indicating you're actively working on something, when you upload a patch you should set it back to "unassigned".