<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: resizing images - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/resizing-images</link>
		<description>WordPress.com Forums &#187; Tag: resizing images - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 17:10:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/resizing-images" rel="self" type="application/rss+xml" />

		<item>
			<title>saasalmegall on "How can I make a showcase featured slider full width?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-a-showcase-featured-slider-full-width#post-1241314</link>
			<pubDate>Wed, 24 Apr 2013 21:40:42 +0000</pubDate>
			<dc:creator>saasalmegall</dc:creator>
			<guid isPermaLink="false">1241314@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Fab,<br />
Works a treat, thank you for your help!  :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I make a showcase featured slider full width?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-a-showcase-featured-slider-full-width#post-1228793</link>
			<pubDate>Wed, 17 Apr 2013 14:36:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1228793@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The trouble in this case is that the featured images are added in at a set size in the PHP code, not CSS. With CSS, you can stretch or adjust the size of those set images, but you cannot change the original size they're inserted as unless you have access to modify the PHP code. Adjusting the size of an image with CSS that way is possible but you should know that it will compromise the quality of the image because you'll essentially be upscaling it. Sometimes, the hit in quality is worth it, sometimes it's not. It depends on the quality of the original image and how much you stretch them.</p>
<p>Here is an example so you can see what I mean:</p>
<pre><code>#featured-content article a img {
	width: 940px;
	height: auto;
}
#featured-content,
.featured-wrapper {
	height: 370px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>saasalmegall on "How can I make a showcase featured slider full width?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-a-showcase-featured-slider-full-width#post-1225755</link>
			<pubDate>Mon, 15 Apr 2013 21:07:57 +0000</pubDate>
			<dc:creator>saasalmegall</dc:creator>
			<guid isPermaLink="false">1225755@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>HELLLLLP!!</p>
<p>I've been trying to make my featured slider in the oxygen theme full width (940px) instead of the normal 750px. I have managed to make the container to the full width and the pictures are full width but some how they are being cropped. I think it may be something to do with the dummy slider on the template at 750px.... I'm new to CSS, I've tried everything can someone take a quick peek and point me in the right direction? I'm sure its easy for you clever guys:)</p>
<p><a href="http://www.saasalmegall.wordpress.com" rel="nofollow">http://www.saasalmegall.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>cpgoldstein on "Pictuer sizing issues"</title>
			<link>http://en.forums.wordpress.com/topic/pictuer-sizing-issues#post-1224224</link>
			<pubDate>Mon, 15 Apr 2013 00:43:11 +0000</pubDate>
			<dc:creator>cpgoldstein</dc:creator>
			<guid isPermaLink="false">1224224@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello Makethea and Justpi! </p>
<p>Thank you for your answers. However, maybe I am not asking it the correct way.</p>
<p>Since I will be emailing all the pictures via the "special email address" via my phone and iPad, I would like them all to be medium but yet "clickable" to be expanded in a new window (but only larger.) Does this make any sense? If so, how can I accomplish this magical feat?</p>
<p>BTW - Don't know if your screen name has anything to do with the movie or not, but my wife and I just watched Life of Pi - awesome movie!</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Pictuer sizing issues"</title>
			<link>http://en.forums.wordpress.com/topic/pictuer-sizing-issues#post-1187802</link>
			<pubDate>Wed, 20 Mar 2013 01:28:11 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1187802@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When you are about to insert an image, you select one of the four <em>size</em> options: thumbnail, medium, large and full-size. Full-size means pixel size of original, if the original is narrower than the post column, or downsized to fit the post column, if the original is wider. The defaults for the other three options are set in Settings &#62; Media; the widths you should set depend on the theme you're using (for instance, you'd make the medium option about half the main column width).</p>
<p>When you select one of these options for an image you insert, the media tool remembers your selection and will apply it to the images you insert afterwards (till you select a different option).
</p>
]]></description>
					</item>
		<item>
			<title>makethea on "Pictuer sizing issues"</title>
			<link>http://en.forums.wordpress.com/topic/pictuer-sizing-issues#post-1186060</link>
			<pubDate>Mon, 18 Mar 2013 15:20:30 +0000</pubDate>
			<dc:creator>makethea</dc:creator>
			<guid isPermaLink="false">1186060@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, I believe that you can set the size when you upload the picture. It has radio buttons for standard sizes, or you can re-size in the text editor by clicking on image and dragging corner to desired size. </p>
<p>Maybe the thumbnail is set by default. I do not believe that it is linked to larger image automatically. However, I am not sure. When I upload a photo, it is usually set to Large by default. To upload as is, try uploading in the Media Library before attaching it to anything or re-sizing.
</p>
]]></description>
					</item>
		<item>
			<title>cpgoldstein on "Pictuer sizing issues"</title>
			<link>http://en.forums.wordpress.com/topic/pictuer-sizing-issues#post-1185934</link>
			<pubDate>Mon, 18 Mar 2013 13:50:34 +0000</pubDate>
			<dc:creator>cpgoldstein</dc:creator>
			<guid isPermaLink="false">1185934@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your help! However, is there a possible way I can just set up the size prior to me traveling so that all pictures will be the same size? Another words, I won't have all that much free time to change the picture settings - I would just like to have it as big as I can and that way, I can just snap a picture and upload it.</p>
<p>OR - do you think have all the pictures I take come out as a thumbnail and then when people click on the link, it expands on a new tab? If so, how can I set that up too?</p>
<p>Thank you so much for your help - I totally appreciate it!</p>
<p>Best,</p>
<p>-CP Goldstein
</p>
]]></description>
					</item>
		<item>
			<title>makethea on "Pictuer sizing issues"</title>
			<link>http://en.forums.wordpress.com/topic/pictuer-sizing-issues#post-1185919</link>
			<pubDate>Mon, 18 Mar 2013 13:43:54 +0000</pubDate>
			<dc:creator>makethea</dc:creator>
			<guid isPermaLink="false">1185919@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This <a href="http://en.support.wordpress.com/images/image-editing/#resizing">http://en.support.wordpress.com/images/image-editing/#resizing</a> can help.
</p>
]]></description>
					</item>
		<item>
			<title>cpgoldstein on "Pictuer sizing issues"</title>
			<link>http://en.forums.wordpress.com/topic/pictuer-sizing-issues#post-1184638</link>
			<pubDate>Sun, 17 Mar 2013 12:37:29 +0000</pubDate>
			<dc:creator>cpgoldstein</dc:creator>
			<guid isPermaLink="false">1184638@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I am a school teacher and take students around the world during the summers. I used WordPress.com to upload pictures and videos so parents and friends can live vicariously through our travels. When we were in Australia lat summer, the pictures I uploaded were very small thumbnails and squished together. I'd like the uploaded pictures/videos to be a decent size and not thumbnail size. This summer, I will be posting my pictures via my blackberry and my iPad.</p>
<p>Is there a setting I haven't seen to mazimize the pictures I upload?</p>
<p>Or is there a way to upload the pictures as a thumbsize and then when you click on the picture, it opens up into a new window where people can right click and save.</p>
<p>Many thanks for your help.</p>
<p>Best,</p>
<p>- CP Goldstein
</p>
]]></description>
					</item>
		<item>
			<title>katemckinnon on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor/page/2#post-1011942</link>
			<pubDate>Sat, 15 Sep 2012 20:36:16 +0000</pubDate>
			<dc:creator>katemckinnon</dc:creator>
			<guid isPermaLink="false">1011942@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The arrow resize is still very aggressive; it's better than before, but really, not very smooth. I simply avoid it; I don't find it useful at all.
</p>
]]></description>
					</item>
		<item>
			<title>delrose on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-1011688</link>
			<pubDate>Sat, 15 Sep 2012 17:31:30 +0000</pubDate>
			<dc:creator>delrose</dc:creator>
			<guid isPermaLink="false">1011688@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm still having problems.  I can't delete or resize my photo. I'm using Safari and Firefox.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-998479</link>
			<pubDate>Tue, 04 Sep 2012 21:22:51 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">998479@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, the other top-right corner, the one on the left. ;)
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-998473</link>
			<pubDate>Tue, 04 Sep 2012 21:19:31 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">998473@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@macmanx-you mean the "other" top-right corner? :)
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998431</link>
			<pubDate>Tue, 04 Sep 2012 20:56:53 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">998431@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, let's move over to <a href="http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor" rel="nofollow">http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor</a> just to keep everything in one basket.</p>
<p>There's a new recommendation over there.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-998429</link>
			<pubDate>Tue, 04 Sep 2012 20:56:35 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">998429@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, I am somewhat able to reproduce this reliably now, but it seems to actually be an issue with Webkit (the rendering engine used by both browsers).</p>
<p>Once you click the image, the edit/delete buttons actually appear momentarily and are clickable. Though, they will disappear if you move the mouse far enough away.</p>
<p>Since these buttons appear in the image's top-right corner, try initially clicking the image there. Does that work for anyone here?
</p>
]]></description>
					</item>
		<item>
			<title>katemckinnon on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-998427</link>
			<pubDate>Tue, 04 Sep 2012 20:56:12 +0000</pubDate>
			<dc:creator>katemckinnon</dc:creator>
			<guid isPermaLink="false">998427@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>They must be working on it, as it got about ten times worse today.
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-998413</link>
			<pubDate>Tue, 04 Sep 2012 20:42:52 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">998413@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@macmanx, is there any news on this problem, also reported here <a href="http://en.forums.wordpress.com/topic/annoying-image-resizing-feature?replies=4" rel="nofollow">http://en.forums.wordpress.com/topic/annoying-image-resizing-feature?replies=4</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998412</link>
			<pubDate>Tue, 04 Sep 2012 20:42:33 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">998412@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@justjennifer<br />
 I modlooked this thread. </p>
<p>@ravimatsingh<br />
This thread is flagged for Staff attention.
</p>
]]></description>
					</item>
		<item>
			<title>ravimatsingh on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998411</link>
			<pubDate>Tue, 04 Sep 2012 20:42:12 +0000</pubDate>
			<dc:creator>ravimatsingh</dc:creator>
			<guid isPermaLink="false">998411@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the heads up. I'll keep up with that thread and hopefully WordPress manages to do something about this.
</p>
]]></description>
					</item>
		<item>
			<title>ravimatsingh on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998407</link>
			<pubDate>Tue, 04 Sep 2012 20:40:39 +0000</pubDate>
			<dc:creator>ravimatsingh</dc:creator>
			<guid isPermaLink="false">998407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using Safari version 5.1.7</p>
<p>I also tried with Chrome 21.0.1180.89</p>
<p>Both of these are up to date so far as I know.
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998406</link>
			<pubDate>Tue, 04 Sep 2012 20:40:06 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">998406@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Apparently the problem reported here has not been fixed. <a href="http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor?replies=24" rel="nofollow">http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor?replies=24</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998399</link>
			<pubDate>Tue, 04 Sep 2012 20:37:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">998399@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Which browser and version of it are you using please?
</p>
]]></description>
					</item>
		<item>
			<title>ravimatsingh on "Annoying image resizing feature."</title>
			<link>http://en.forums.wordpress.com/topic/annoying-image-resizing-feature#post-998394</link>
			<pubDate>Tue, 04 Sep 2012 20:33:20 +0000</pubDate>
			<dc:creator>ravimatsingh</dc:creator>
			<guid isPermaLink="false">998394@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am trying to edit an image, but when I click the image in order for the "edit image" icon to appear this does not happen. Instead, an incredibly annoying feature that resizes the image comes up. To describe it, the cursor turns into an arrow pointing in a downward right direction and just moving the mouse causes the image to resize. What I want to do is edit the image and change the caption, but I cant seem to do this. Even when the "edit image" icon comes up, clicking it does not bring up the appropriate screen.</p>
<p>I am posting images from Amazon to be specific, linking to books that I am currently reading. </p>
<p>This is an incredibly frustrating problem and I hope that you can fix it.<br />
Blog url: <a href='http://increasedapeace.wordpress.com/'>http://increasedapeace.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>traktortips on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-980897</link>
			<pubDate>Sun, 19 Aug 2012 18:46:46 +0000</pubDate>
			<dc:creator>traktortips</dc:creator>
			<guid isPermaLink="false">980897@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes - very very very annoying WP - fix required soon please - it is taking me twice as long to arrange a post......
</p>
]]></description>
					</item>
		<item>
			<title>davidderrick on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-980154</link>
			<pubDate>Sat, 18 Aug 2012 13:36:36 +0000</pubDate>
			<dc:creator>davidderrick</dc:creator>
			<guid isPermaLink="false">980154@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have same issue with Chrome on OSX and reported it here 2 days ago.
</p>
]]></description>
					</item>
		<item>
			<title>katemckinnon on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-980138</link>
			<pubDate>Sat, 18 Aug 2012 12:54:00 +0000</pubDate>
			<dc:creator>katemckinnon</dc:creator>
			<guid isPermaLink="false">980138@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It may in fact be a Chrome issue...  Everyone I know who is suffering from the stupid doublespace need and arrow takeover is a Chrome user. </p>
<p>Hopefully WP will step up on this one, because once I went Chrome, there was no going back.
</p>
]]></description>
					</item>
		<item>
			<title>davewalkermusic on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-980098</link>
			<pubDate>Sat, 18 Aug 2012 09:04:18 +0000</pubDate>
			<dc:creator>davewalkermusic</dc:creator>
			<guid isPermaLink="false">980098@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just throwing my name on the pile of folks affected by this annoying issue...<br />
I'm a Mac 10.8 using Chrome - just trying to add links to images and all I get is unusual arrow and resizing augogo - I thought I was going bananas until I found this thread...<br />
Whew.<br />
Hope it gets sorted soon...
</p>
]]></description>
					</item>
		<item>
			<title>katemckinnon on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-979293</link>
			<pubDate>Fri, 17 Aug 2012 12:45:28 +0000</pubDate>
			<dc:creator>katemckinnon</dc:creator>
			<guid isPermaLink="false">979293@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's gotten frustrating again- worse instead of the better it was for a week or so. It's really not working well.</p>
<p>Also, having to doublespace after an image, and getting inconsistent spacing results, reminds me of the old WP code from a year or two ago. We've lost functionality here and I hope it gets better.
</p>
]]></description>
					</item>
		<item>
			<title>mayt3ng on "Strange image resizing behavior in editor"</title>
			<link>http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor#post-979210</link>
			<pubDate>Fri, 17 Aug 2012 09:26:56 +0000</pubDate>
			<dc:creator>mayt3ng</dc:creator>
			<guid isPermaLink="false">979210@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Another user plagued by the annoying resize arrow!</p>
<p>@duiblotter Your workaround doesn't work with me - the moment I hover over the image, the resize arrows appear. *grrr*
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Unable to Edit Pictures In Post"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-edit-pictures-in-post#post-974075</link>
			<pubDate>Sun, 12 Aug 2012 04:42:16 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">974075@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's a bug. <a href="http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor?replies=18" rel="nofollow">http://en.forums.wordpress.com/topic/strange-image-resizing-behavior-in-editor?replies=18</a></p>
<p>For now the only solution seems to be to use Firefox or try the suggestion given by duiblotter in that thread (hasn't worked for me).
</p>
]]></description>
					</item>

	</channel>
</rss>
