Bad style for post thumbnail with Svg images #41181
Labels
[Feature] Document Settings
Document settings experience
[Feature] Media
Anything that impacts the experience of managing media
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
Description
When I allow Svg upload and set as post thumbnail it has bad style
Step-by-step reproduction instructions
add_filter( 'upload_mimes', function ( $mimes ){ $mimes['svg'] = 'image/svg+xml'; $mimes['svgz'] = 'image/svg+xml'; return $mimes; });
Screenshots, screen recording, code snippet
You can see ticket #55778 in wordpress core track or click here
Environment info
Wordpres 6.0 RC3
Please confirm that you have searched existing issues in the repo.
No
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: