Custom Content Width
View on WordPress.orgScores higher than 41% of indexed plugins
About
Adds a 'Custom Content Width' setting to the Settings > Media screen, to let users override their theme's content width.
What It Does
Custom Content Width adds a single 'Custom Content Width' field to the Settings > Media screen in WordPress, letting site owners manually override the $content_width value that their theme declares. This affects how embedded media like images, videos, and iframes are sized within post content. In practice, you punch in a pixel value and your embedded media respects that maximum width.
Who It's For
This is a niche utility best suited for site owners running themes that ship with locked-in or awkward content widths and who want embedded media to render at a different size without editing a child theme's functions.php file. It fits magazines, news sites, portfolio galleries, and multi-column layouts where the default $content_width is too narrow or too wide for the desired layout.
Who Should Skip It
Anyone comfortable adding a single line to functions.php should skip this plugin, as the underlying functionality is essentially a one-line filter. Block theme users and anyone using full-site editing will also find no benefit, since content width is handled differently in that workflow.
The Bottom Line
Custom Content Width is a tidy, well-maintained utility that solves one narrow problem cleanly, earning a 75.33 overall quality score. It is worth installing if you specifically need to override your theme's content width without writing code, but most developers will find the single-line filter approach faster.
Related Plugins
Pick Theme Editor if you want broader control over theme files directly from the admin and are comfortable editing template code.
Pick Create Block Theme if you are building or editing a block theme and want native FSE tools for handling content width and templates.
Pick Cryout Serious Theme Settings if you are running a Cryout theme and want a suite of layout and styling controls beyond just content width.
Pick this alternative only if your real need is downloading plugin ZIP files from the dashboard, not adjusting content width.
Pick Disable All WordPress Updates if you want to suppress core, theme, and plugin update notifications rather than tweak content width.