Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve Truman

    (@a3rev)

    Hello @mira404

    Thanks for the link – the 8 images that are not being loaded on the page are all loaded as background images. Background images cannot be lazy loaded as they are in the style sheets that are loaded by the browser – in other words the don’t have a src attribute.
    It is the images down the right side of the page – example

    There are 8 of those and they are loaded as amazon image as background image, not on <img tag

    These ones all are loaded on an `<image tag’ and they are being lazy loaded.

    Re this:
    Also, I want to remove this two-element

    I see that you are using Autoptizer – you can combine the .css file using that plugin – but the .gif cannot be removed as it has to load as it is the very small 1px x 1px placeholder that is a tiny 42bites that is loaded instead of your images – this is where the saving with images being lazy loaded comes from.

    Steve

    Plugin Author Steve Truman

    (@a3rev)

    Hello @mira404

    Have not had a response from you on this ticket now for 4 days so I am hoping that the info I gave you helped. I will change the status of your ticket to ‘resolved’, you can still reply if you wish.

    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Defer offscreen images’ is closed to new replies.