<?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>WordPress Ideas &#187; Tag: media_gallery - Recent Posts</title>
		<link>http://wordpress.org/ideas/tags/media_gallery</link>
		<description>WordPress Ideas &#187; Tag: media_gallery - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 21:45:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/tags/media_gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>Ihor Vorotnov on "Allow editing all image sizes except for full size in Media Gallery"</title>
			<link>http://wordpress.org/ideas/topic/allow-editing-all-image-sizes-except-for-full-size-in-media-gallery#post-21460</link>
			<pubDate>Thu, 08 Mar 2012 16:39:48 +0000</pubDate>
			<dc:creator>Ihor Vorotnov</dc:creator>
			<guid isPermaLink="false">21460@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Sounds good, an additional option to edit all sizes except original would be useful.</p>
<p>As for 'switching to another theme' case you've mentioned - that new theme should have a new sizes defined in functions.php. Just use AJAX Thumbnail Rebuild plugin to rebuild your image sizes (all or just those you need). It worked fine for me when we changed slider and post-thumbnail dimensions after site redesing. I just rebuild all thumbs and everything was looking great in new desing.
</p>]]></description>
					</item>
		<item>
			<title>Marventus on "Allow editing all image sizes except for full size in Media Gallery"</title>
			<link>http://wordpress.org/ideas/topic/allow-editing-all-image-sizes-except-for-full-size-in-media-gallery#post-21311</link>
			<pubDate>Wed, 15 Feb 2012 11:59:42 +0000</pubDate>
			<dc:creator>Marventus</dc:creator>
			<guid isPermaLink="false">21311@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Thanks Joshuara and Andy for your thoughts.<br />
@Andy: Yeah, individual resizing would be terrific!<br />
@Joshuara: Your suggestion is good, and that's usually how I do it. However, if someone were in need to switch to a theme with different slider proportions, he/she would have to reupload all their slider images because there is no option to only resize a specific size.<br />
There is always the option to use different images for different sizes, but that is way more resource-intensive in every possible regard.<br />
I still sustain this would be a neat feature to add to WP, but I am open to other users' opinions.<br />
Take care!
</p>]]></description>
					</item>
		<item>
			<title>Andy Macaulay-Brook on "Allow editing all image sizes except for full size in Media Gallery"</title>
			<link>http://wordpress.org/ideas/topic/allow-editing-all-image-sizes-except-for-full-size-in-media-gallery#post-21310</link>
			<pubDate>Wed, 15 Feb 2012 10:24:34 +0000</pubDate>
			<dc:creator>Andy Macaulay-Brook</dc:creator>
			<guid isPermaLink="false">21310@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Yes, Jouhara, but you have to live with the auto-crop.  I think being able to manually adjust the crop separately for each image size would be great.
</p>]]></description>
					</item>
		<item>
			<title>Jouhara Rayees on "Allow editing all image sizes except for full size in Media Gallery"</title>
			<link>http://wordpress.org/ideas/topic/allow-editing-all-image-sizes-except-for-full-size-in-media-gallery#post-21274</link>
			<pubDate>Sat, 11 Feb 2012 07:01:23 +0000</pubDate>
			<dc:creator>Jouhara Rayees</dc:creator>
			<guid isPermaLink="false">21274@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>You can add  the below code in theme functions to crop the images in different sizes while uploading it into media.<br />
<pre><code>&#60;?php

if ( function_exists( &#039;add_theme_support&#039; ) ) {
	add_theme_support( &#039;post-thumbnails&#039; );

	add_image_size( &#039;thumb1&#039;, 930, 350, true );
	add_image_size( &#039;thumb2&#039;, 90, 90, true );				

};
?&#62;</code></pre>
<p>You can add as many sizes as you want like this.<br />
Thanks<br />
:)
</p>]]></description>
					</item>
		<item>
			<title>Marventus on "Allow editing all image sizes except for full size in Media Gallery"</title>
			<link>http://wordpress.org/ideas/topic/allow-editing-all-image-sizes-except-for-full-size-in-media-gallery#post-21232</link>
			<pubDate>Sun, 05 Feb 2012 02:55:11 +0000</pubDate>
			<dc:creator>Marventus</dc:creator>
			<guid isPermaLink="false">21232@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hello, everybody!</p>
<p>I think it would be really useful if in the Media Gallery, inside the Image Editing window, WP users would be allowed to apply image edits and crops to all sizes except the full size.<br />
For the moment, the only options that are available for the <strong>"Apply changes to"</strong> option are:<br />
All image sizes<br />
Thumbnail<br />
All sizes except thumbnail</p>
<p>This fetaure could be particularly useful for themes that work with sliders.</p>
<p>Thanks in advanced!
</p>]]></description>
					</item>

	</channel>
</rss>
