• 1. The wrong futered image is loaded into the preload. The post uses an image in the webp format (generated using the plugin “WebP Express”), and the preload gets in the jpg format, which is not present in the post code.

    2. There is no

    imagesrcset=”***”, imagesizes=”(max-width: ***px) 100vw, ***px”

    in the preload. These tags are supported for images in preload. Here, too, there will be a problem with webp and jpg. Partly because of point 3.

    3. I have already written on GitHub, about not quite correct processing of srcset in the context of webp and jpg.
    https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/4357#issuecomment-860080012

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 20 total)
Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Featured Image preload and srcset’ is closed to new replies.