ridom
ridom
Hello stephenricks, Are you using height="auto" ? In my case I was pre-building the page presizing each div containing the future loaded pic in order to allow the user seeing...
@stephenricks ? Did you find the error?
Would you suggest, instead of presizing every images, to move all the lazy loaded images under the floating line (or waterline, sorry I don't know name for the part of...
I totally agree but, let's say that we have to load +1000 of images from a folder (finally the extrem goal of lazy loading images), some are in landscape, some...
Ok and if I don't want to use PHP, there is no other way to retrieve the size instead of using a server side JS solution like node.js (or to...
Yes in the solution I have used (described above) I retrieve the height with PHP: ``` ``` Then I add to the DOM each image with the height attribute (with...
I already use a single placeholder ( 1x1 ) but i like the idea, very nice effect. Not sure but I think I have seen something like this on Medium....