Make WordPress Core

Opened 2 months ago

Last modified 2 months ago

#62695 new defect (bug)

Styling added causes websites to break

Reported by: rogierlegit's profile rogierlegit Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.7.1
Component: Media Keywords:
Focuses: Cc:

Description

This is a follow-up to #62413.

Hello,

The code added in this ticket causes issues with other sites. Can you revert this or recommend a workaround?

https://i.imgur.com/l9I3IkZ.png

The page where it occurs

Change History (1)

#1 @rogierlegit
2 months ago

Work-around: add

<?php
remove_action( 'wp_head', 'wp_print_auto_sizes_contain_css_fix', 1 );

to the functions.php in your theme.

Note: See TracTickets for help on using tickets.