[wp-trac] [WordPress Trac] #59831: Images are not resizing
WordPress Trac
noreply at wordpress.org
Thu Dec 14 20:22:11 UTC 2023
#59831: Images are not resizing
--------------------------+----------------------
Reporter: janissg | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Media | Version:
Severity: major | Resolution: invalid
Keywords: needs-patch | Focuses:
--------------------------+----------------------
Changes (by jorbin):
* status: assigned => closed
* version: 6.4 =>
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
Hi @janissg, welcome to trac. This trac is for tracking enhancements and
bugs with the core WordPress software, not for assistance with individual
sites.
That said, looking at your site, it seems as though there is CSS in your
theme that is affecting images and forcing them to be full-width.
Commenting out the following rules in devtools shows the images at the
size indicated by its width and height attributes.
{{{
.aligncenter {
...
width: auto!important;
}
...
img {
width: auto;
}
}}}
I would encourage you to reach out to the creators of the Modern Blogger
Pro theme and report this issue to them.
I've closed this ticket of with the term invalid, in this case it's the
unfriendly term trac uses to indicate that I've referred you to somewhere
where you can find people better able to assist you.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59831#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list