-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Thumbnails of image files in the assets index are not displayed #359
Comments
I will have a look; sounds like they changed something with regards to image transforms. |
Yes, if I see it correctly, the bug does not only affect the asset index, at the moment no images are output at all. |
Any news on this? |
I can confirm that issue. I ran into it after updating to Craft 4.3.0. All the images in the CP and frontend are gone. Disabling ImageOptimize brought back the images in the CP and the ones not optimized by the plugin. Having a look at the changelog.md, there are two tickets (9622, 11970) directly tied to transforms. |
Downgrading to 4.2.8 also fixed the issue for us |
Same here, Craft 4.3.0 + ImageOptimize breaks all image transforms (CP and front-end). |
Also fixes nystudio107/craft-imageoptimize#359
This was due to an unintended breaking change in 4.3.0, where Fixed for the next Craft 4 release (craftcms/cms@3f00b8d). |
Craft 4.3.1 has been released with the fix for ImageOptimize. |
Describe the bug
Since version 4.3.0 of craft (the index pages have been reworked) the thumbnails in the assets index are no longer displayed when ImageOptimize is enabled. Only a generic icon of the file type is displayed. When Image Optimize is disabled, everything works as expected.
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
Thumbnails of image files should be displayed
Screenshots
Versions
The text was updated successfully, but these errors were encountered: