<?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>resize image &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/resize-image/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/resize-image/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 14:28:48 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/resize-image/#post-1676</guid>
					<title><![CDATA[resize image]]></title>
					<link>https://theme.co/archive/forums/topic/resize-image/#post-1676</link>
					<pubDate>Mon, 16 Dec 2013 19:28:08 +0000</pubDate>
					<dc:creator>dave n</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I am having a problem resizing an image within the IMG shortcode.  there seems to be no width= inline setting.  can you let me know how you&#8217;d do this easily?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/resize-image/#post-1677</guid>
					<title><![CDATA[Reply To: resize image]]></title>
					<link>https://theme.co/archive/forums/topic/resize-image/#post-1677</link>
					<pubDate>Mon, 16 Dec 2013 19:38:49 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Dave,</p>
<p>You can easily add inline styles to most of the shortcodes with the <strong>style</strong> attribute. This will add inline CSS to alter the shortcodes. For example, if you wanted to alter the width of an image, you could do something like this:</p>
<pre>[image style="width: 100px;"]</pre>
<p>Personally, I&#8217;d recommend using <strong>max-width</strong> due to the fact that X is responsive. This will put a cap on your image width, but will also let it size down if it gets too small on a mobile. Doing that would look something like this:</p>
<pre>[image style="max-width: 100px;"]</pre>
<p>Don&#8217;t hesitate to let us know if you need anything else!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

