#58882 closed defect (bug) (wontfix)
1st images are not loaded
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hi. In WordPress 6.3RC1 1st images (excluding featured images, they are loaded) are not loaded in some posts. These images have following url pattern:
domain-name/wp-content/uploads/image-filename
This pattern doesn't include Year and Month numbers like urls of images that are loaded properly:
domain-name/wp-content/uploads/YYYY/MM/image-filename
Change History (4)
#2
@
2 years ago
- Resolution set to wontfix
- Status changed from new to closed
This issue happens because WP adding unnecessary srcsets to .svg images. Without srcsets all works fine. Srcsets can be removed using hook
wp_calculate_image_srcset_meta
Note: See
TracTickets for help on using
tickets.
Hello @platonkristinin Could you please provide more info on this issue? like on which page you are facing this issue. Some detailed steps or any screencast(video) may help to find this issue easily. Thanks in advance!