Viewing 4 replies - 1 through 4 (of 4 total)
  • @jarrodwhitley0518,

    It’s not. It’s 1×1 px when the page loads, because lazy loading will use a 1×1 placeholder until the image is loaded. This feature should be used with lazy loading turned off.

    Best regards,
    Anton

    Thread Starter Jarrod Whitley

    (@jarrodwhitley0518)

    Maybe it would be a good idea to have this feature load after lazy loading is complete? That way it can still be useful to people using lazy load.

    Thanks for the reply.

    @jarrodwhitley0518,

    There are three image states in lazy loading – loaded image (user sees the actual image), image loading (user sees a loader icon), image not loaded (user hasn’t scrolled here yet, 1×1 placeholder is used to save bandwidth). So a user might never scroll the page, and the images might never be loaded. In such cases the feature will not work at all.

    Best regards,
    Anton

    Thread Starter Jarrod Whitley

    (@jarrodwhitley0518)

    Yeah, that makes sense. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Detect Incorrectly Sized Images Feature Inaccurate’ is closed to new replies.