id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 39272 Twenty Seventeen: Incorrect $content_width celloexpressions laurelfulford "Twenty Seventeen defines a wider content width on the front page in `twentyseventeen_content_width()`: {{{ $content_width = 700; if ( twentyseventeen_is_frontpage() ) { $content_width = 1120; } }}} But the front page does not use a different content width than other pages. The only case I can think of where it might change is when the one column layout option is used. Also, I'm not seeing an actual content width of 700px anywhere. Depending on screen size, it looks like it's roughly 520px (+/- 5px). Incorrectly setting the `$content_width` causes media embeds to end up with the wrong aspect ratio, potentially among other issues. I'm surprised that this was not picked up sooner; I hadn't looked closely through functions.php but noticed this in passing while working on adding some inline docs there." defect (bug) closed normal 4.7.1 Bundled Theme 4.7 major fixed has-patch fixed-major