Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some images embedded via <img> tags disappear after upgrading to 2.11 #3716

Open
trackleft opened this issue Sep 12, 2024 · 0 comments
Open
Labels
2.11.x only bug Something isn't working

Comments

@trackleft
Copy link
Member

trackleft commented Sep 12, 2024

Problem/Motivation

In Quickstart 2.11 all image styles were updated to convert all image types to .webp versions for better performance.
This caused all images that already existed on the site to be recreated with a .webp extension.
This also deleted all previously generated images.

If a user copied an image url that happened to be a generated image, and used it in an tag, that image is likely broken.

Example

<img alt="DVP" src="/sites/default/files/styles/thumbnail/public/2021-07/dvp-01.png">

If the image was located in a folder path starting with /sites/default/files/styles/

@joeparsons joeparsons added bug Something isn't working 2.11.x only labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.11.x only bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

3 participants