Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 17 months ago

#58882 closed defect (bug) (wontfix)

1st images are not loaded

Reported by: platonkristinin's profile platonkristinin 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)

#1 @Ankit K Gupta
2 years ago

  • Keywords reporter-feedback needs-testing-info added

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!

#2 @platonkristinin
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

#3 @NekoJonez
2 years ago

  • Keywords reporter-feedback needs-testing-info removed
  • Severity changed from critical to normal

#4 @swissspidy
17 months ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.