<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Change default image size / proportions</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 17:31:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31919</guid>
					<title><![CDATA[Change default image size / proportions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31919</link>
					<pubDate>Mon, 11 Sep 2017 16:26:37 +0000</pubDate>
					<dc:creator>8pdesign</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
We would need the images to be SQUARE by default in all product and category listings. Can you point where this is set on the template? We would prefer NOT to set this manually when uploading the image.</p>
<p>it is currently width=&#8221;480&#8243; height=&#8221;380&#8243;</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31921</guid>
					<title><![CDATA[Reply To: Change default image size / proportions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31921</link>
					<pubDate>Tue, 12 Sep 2017 07:24:24 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You mean woocommerce products? Yes, that&#8217;s an option in your Woocommerce settings! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31924</guid>
					<title><![CDATA[Reply To: Change default image size / proportions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31924</link>
					<pubDate>Tue, 12 Sep 2017 17:45:08 +0000</pubDate>
					<dc:creator>8pdesign</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry I meant ImageBox<br />
This is a setup in the theme:</p>
<p>functions.php : 227</p>
<pre><code>add_image_size(&#039;boc_medium&#039;, 600, 380, true);
add_image_size(&#039;boc_thin&#039;, 1200, 600, true);
</code></pre>
<p>We fixed it by setting these values in our child theme:</p>
<pre><code>add_action(&#039;after_setup_theme&#039;,&#039;my_child_theme_image&#039;, 11);

function my_child_theme_image(){
 remove_image_size(&#039;boc_medium&#039;);
 add_image_size(&#039;boc_medium&#039;, 600, 600, true);
 remove_image_size(&#039;boc_thin&#039;);
 add_image_size(&#039;boc_thin&#039;, 1200, 1200, true);
 }
</code></pre>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31925</guid>
					<title><![CDATA[Reply To: Change default image size / proportions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-default-image-size-proportions/#post-31925</link>
					<pubDate>Wed, 13 Sep 2017 07:59:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great! You can run the &#8220;regenerate thumbs&#8221; plugin to do so for the existing ones&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

