-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fixed post images with WP 6.7 #2458
base: development
Are you sure you want to change the base?
Conversation
Bundle Size Diff
|
Plugin build for c46f7e3 is ready 🛎️!
|
E2E TestsPlaywright Test Status: Performance ResultsserverResponse: 249.55, firstPaint: 493.85, domContentLoaded: 1527.05, loaded: 1527.85, firstContentfulPaint: 3578.35, firstBlock: 8000.35, type: 14.87, minType: 12.11, maxType: 20.42, typeContainer: 8.95, minTypeContainer: 7.97, maxTypeContainer: 11.03, focus: 36.41, minFocus: 29.68, maxFocus: 45.43, inserterOpen: 22.72, minInserterOpen: 20.49, maxInserterOpen: 30.43, inserterSearch: 0.69, minInserterSearch: 0.6, maxInserterSearch: 0.82, inserterHover: 2.87, minInserterHover: 2.52, maxInserterHover: 4.47, listViewOpen: 143.45, minListViewOpen: 131.62, maxListViewOpen: 158.95 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Soare-Robert-Daniel I’ve reverted the SolutionWordPress 6.7 introduced the new feature, Auto Sizes for Lazy Loaded Images, which caused an issue with the post grid block images. To address this, I’ve removed the auto sizes by using a filter for the post grid block. Thanks! |
Closes #2457
Summary
In this PR, I've fixed the post images issue with the latest version of WordPress.
Checklist before the final review