So what would be best practice here? Perhaps setting it separately for is_admin(), and using the largest $content_width value? Perhaps hooking it into admin_init?<div><br></div><div>Also: why is $content_width used on *insertion*, yet controlled by the *Theme*? That isn&#39;t intuitive. And, wouldn&#39;t it potentially introduce issues whenever the Theme is changed *after* insertion?</div>
<div><br></div><div>Chip<br><br><div class="gmail_quote">On Wed, Aug 10, 2011 at 10:22 AM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;ve tried this sort of thing, and it is *fraught* with peril.<br>
<br>
Make sure you test inserting content into various posts and pages and<br>
such thoroughly. The content width is used on content insertion, not<br>
just on content display.<br>
<br>
Basically, the media uploader expects the content width to be set when<br>
images are uploaded and resized. If you&#39;re only setting it on wp_head,<br>
your results may be unexpected for various size values in the media<br>
section.<br>
<font color="#888888"><br>
-Otto<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</font></blockquote></div><br></div>