Skip to content

Replace the featured image with WebP version when available - #316

Merged
felixarntz merged 2 commits into
trunkfrom
fix/288-featured-image-in-webp
May 2, 2022
Merged

felixarntz merged 2 commits into
trunkfrom
fix/288-featured-image-in-webp

Conversation

@mitogh

@mitogh mitogh commented Apr 24, 2022

Copy link
Copy Markdown
Member

Summary

When a modern format is available to render the featured image make sure that the replacement image uses the same logic used to replace the images in the content in order to be consistent
with the rest of rendered format.

Fixes #288

Relevant technical choices

Checklist

  • PR has either [Focus] or Infrastructure label.
  • PR has a [Type] label.
  • PR has a milestone or the no milestone label.

When a modern format is available to render the featured image
make sure that the replacement image uses the same logic used
to replace the images in the content in order to be consistent
with the rest of rendered format.

Fixes #288
@mitogh mitogh added [Type] Enhancement A suggestion for improvement of an existing feature [Focus] Images labels Apr 24, 2022
@mitogh mitogh added this to the First release after 1.0.0 milestone Apr 24, 2022
@mitogh mitogh self-assigned this Apr 24, 2022
@masteradhoc

Copy link
Copy Markdown

Thanks for the PR @mitogh!