<?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>How to reduce images size, when using image shortcode or element? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 10 Oct 2025 21:16:30 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16852</guid>
					<title><![CDATA[How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16852</link>
					<pubDate>Sat, 22 Feb 2014 10:23:38 +0000</pubDate>
					<dc:creator>andrea B</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I am looking to reduce the image size of the spot images. I am talking about the images under the &#8220;Bride Preparations&#8221; on here: <a href="http://www.andreaboaretti.com/wedding/" rel="nofollow">http://www.andreaboaretti.com/wedding/</a></p>
<p>How can i reduce the size of the image when using the image shortcode or the element?</p>
<p>Thank You</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16859</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16859</link>
					<pubDate>Sat, 22 Feb 2014 12:41:32 +0000</pubDate>
					<dc:creator>J. Michael B</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Andrea.  I took a quick look at your site and it appears to be using the full-size images instead of the thumbnails.  </p>
<p>Taking a look at your code, you can see that it&#8217;s applying the correct image class:</p>
<pre><code>.x-img-thumbnail {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: block;
  line-height: 1.7;
  padding: 5px;
  transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
}</code></pre>
<p>However, by looking at the direct URL of one of your images:</p>
<p><code>http://www.andreaboaretti.com/wedding/wp-content/uploads/2014/02/bridespot1.jpg</code></p>
<p>You can see that it&#8217;s using the full-size version instead. Your URL should look something like this:</p>
<p><code>http://www.andreaboaretti.com/wedding/wp-content/uploads/2014/02/bridespot1-300x168.jpg</code></p>
<p>You can use a plugin like <a href="http://wordpress.org/plugins/force-regenerate-thumbnails/" title="Force Regenerate Thumbnails" target="_blank" rel="nofollow">Force Regenerate Thumbnails</a> to go back through your images and generate the needed sizes, and it should then display correctly as a thumbnail.</p>
<p>Another place to check is when you&#8217;re selecting the image you want to insert, that you&#8217;re selecting the appropriate size.</p>
<p><strong>IMAGE EXAMPLE #001</strong></p>
<p><img decoding="async" src="http://i.cloudup.com/GvmSAuy1iQ.jpg" alt="IMAGE EXAMPLE #001" /></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16887</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16887</link>
					<pubDate>Sat, 22 Feb 2014 18:33:42 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Wow Michael, once again just wow.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16913</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16913</link>
					<pubDate>Sat, 22 Feb 2014 20:59:58 +0000</pubDate>
					<dc:creator>andrea B</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you.</p>
<p>Is there a way to do reduce the size when using Image module element from the visual composer since it doesn&#8217;t show attachment display setting when adding adding an image ? </p>
<p>thanks again</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16982</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-16982</link>
					<pubDate>Sun, 23 Feb 2014 08:32:40 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Andrea,</p>
<p>you could give the image a percentage width or put it inside a column. I would not recommend giving it a static width since then it would not be responsive anymore. You also could give it a max-width let me know what you want to do and I will give you the custom css tweak.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17080</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17080</link>
					<pubDate>Sun, 23 Feb 2014 18:49:40 +0000</pubDate>
					<dc:creator>andrea B</dc:creator>

					<description>
						<![CDATA[
						<p>I think i will go with set the max width. </p>
<p>Also is there a way to add a frame to images when we choose &#8220;circle&#8221; option.</p>
<p>Thanks </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17184</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17184</link>
					<pubDate>Mon, 24 Feb 2014 09:10:45 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Sounds like a plan can you guide me to the image you want to use the max-width one so I can help you?</p>
<p>If you want to add a border to the circle image you would need to do following: </p>
<pre>[image type="circle" src="http://yourdomain.com/image.jpg" alt="Text" style="border: 3px solid #222;"]</pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17472</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17472</link>
					<pubDate>Tue, 25 Feb 2014 00:01:44 +0000</pubDate>
					<dc:creator>andrea B</dc:creator>

					<description>
						<![CDATA[
						<p>Thank You!</p>
<p>I want all spot images on the homepage to be the same size. Currently on my homepage, the images under &#8220;bride preparations&#8221; i have resized the images to 400&#215;299. </p>
<p>Also can you show me how to add shadow to the images. so basically i am trying to make it look exactly like how it looks when using image type as &#8220;thumbnail&#8221;. but in this case i want it to be circular shape. if you look at thumbnail images on the website they kind of popping out, i think its the shadow right?</p>
<p>Thanks again </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17529</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17529</link>
					<pubDate>Tue, 25 Feb 2014 01:35:00 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Andrea,</p>
<p>If you&#8217;re adding a lot of custom changes to many images on your page, it will be best to first give all of these images a class in the <strong>class</strong> attribute like <strong>my-custom-img</strong> and then apply the following CSS via the Customizer:</p>
<pre class="prettyprint">body .x-img.my-custom-img {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}</pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17811</guid>
					<title><![CDATA[Reply To: How to reduce images size, when using image shortcode or element?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-reduce-images-size-when-using-image-shortcode-or-element/#post-17811</link>
					<pubDate>Tue, 25 Feb 2014 18:32:25 +0000</pubDate>
					<dc:creator>andrea B</dc:creator>

					<description>
						<![CDATA[
						<p>Alright cool, Thanks</p>
<p>so i also added the max-width too , works great! Also i added to the homepage css so it effect on the homepage rather than add class to each image. </p>
<pre><code>body .x-img.my-custom-img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
max-width:400px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

