<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Image Auto-Resizing is Downgrading Quality</title>
		<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Image Auto-Resizing is Downgrading Quality</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 05:08:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/image-auto-resizing-is-downgrading-quality" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Image Auto-Resizing is Downgrading Quality"</title>
			<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality#post-39638</link>
			<pubDate>Mon, 11 Jul 2016 13:13:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39638@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing!
</p></description>
		</item>
		<item>
			<title>ASadmin on "Image Auto-Resizing is Downgrading Quality"</title>
			<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality#post-39621</link>
			<pubDate>Mon, 11 Jul 2016 00:46:23 +0000</pubDate>
			<dc:creator>ASadmin</dc:creator>
			<guid isPermaLink="false">39621@http://www.themolitor.com/forums/</guid>
			<description><p>Christopher:</p>
<p>Another discovery (d'huh): in WP 4.5, there's a setting that should be adjusted for your theme to prevent image blurring: Settings--Media--Large Size defaults to 1024x768, which is a little ridiculous (hello WordPress). Change this to at least 1920x1280, I set mine at 2123x1415. Boom, no more blurry images.</p>
<p>But also change the custom image size in functins.php (and use a child theme!).</p>
<p>Thanks,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Image Auto-Resizing is Downgrading Quality"</title>
			<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality#post-39578</link>
			<pubDate>Wed, 06 Jul 2016 09:18:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39578@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Five-star ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>ASadmin on "Image Auto-Resizing is Downgrading Quality"</title>
			<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality#post-39570</link>
			<pubDate>Wed, 06 Jul 2016 05:43:33 +0000</pubDate>
			<dc:creator>ASadmin</dc:creator>
			<guid isPermaLink="false">39570@http://www.themolitor.com/forums/</guid>
			<description><p>Worked! Created child theme and added functions.php, worked like a charm. Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Image Auto-Resizing is Downgrading Quality"</title>
			<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality#post-39561</link>
			<pubDate>Tue, 05 Jul 2016 12:04:40 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39561@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The header images are controlled from functions.php on lines 181-191...</p>
<pre><code>/////////////////////
//CUSTOM HEADER IMAGE
/////////////////////
$headerArgs = array(
	&#039;default-image&#039; =&#62; get_template_directory_uri() . &#039;/images/architecture.jpg&#039;,
	&#039;header-text&#039;   =&#62; false,
	&#039;height&#039;        =&#62; 800,
	&#039;width&#039;         =&#62; 1200,
	&#039;uploads&#039;       =&#62; true
);
add_theme_support( &#039;custom-header&#039;, $headerArgs );</code></pre>
<p>For more information about each setting, please review this Codex article: <a href="https://codex.wordpress.org/Custom_Headers" rel="nofollow">https://codex.wordpress.org/Custom_Headers</a></p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>ASadmin on "Image Auto-Resizing is Downgrading Quality"</title>
			<link>http://www.themolitor.com/forums/topic/image-auto-resizing-is-downgrading-quality#post-39550</link>
			<pubDate>Mon, 04 Jul 2016 16:56:57 +0000</pubDate>
			<dc:creator>ASadmin</dc:creator>
			<guid isPermaLink="false">39550@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher:</p>
<p><a href="http://www.americasucceeds.org/start" rel="nofollow">http://www.americasucceeds.org/start</a></p>
<p>Wondering if there is a way to modify or opt-out of whatever is resizing and cropping the header images. At lower resolutions (ex. mobile) the images look fine. At desktop resolutions (1920w) my header images blur and embedded logos and text look terrible.</p>
<p>The recommended header image size, 1200x800, may seem reasonable, but 1920w is fairly common these days. This is one of the more annoying things about social media, the design perspective of trying to make one image work for everything. When I custom design, I of course hand-render images at varying sizes to ensure they are all crisp and look great.</p>
<p>Whatever is auto-sizing the images in Contractor seem optimized for lower resolutions. It may be resizing my 1920x1280 images to 1200x800 and then scaling them back up to 1920 on my desktop, thus making them look awful.</p>
<p>And/or, it may be lowering the quality of my JPG images--really not cool :-) --presumably to reduce the file size. I would much prefer to have control over image quality.</p>
<p>Either way, I am not getting a good, professional look on my home page display images.</p>
<p>Is there a way I can bypass or disable this, at least for desktop resolutions? Failing that, is there some way I can manually code around it in Php, i.e. putting in some kind of sniffer which-way switch that loads my own untouched images for desktop and loads the auto-resized stuff for mobile?</p>
<p>Let me know your thoughts. Thanks,</p>
<p>--Another Christopher
</p></description>
		</item>

	</channel>
</rss>
