<?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; Topic: Photos won&#039;t stay the same size</title>
		<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size</link>
		<description>WordPress.com Forums &#187; Topic: Photos won&#039;t stay the same size</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 05:31:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/photos-wont-stay-the-same-size" rel="self" type="application/rss+xml" />

		<item>
			<title>bakearama on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-970729</link>
			<pubDate>Thu, 09 Aug 2012 11:57:04 +0000</pubDate>
			<dc:creator>bakearama</dc:creator>
			<guid isPermaLink="false">970729@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh I see, sorry for not following instructions! I couldn't figure out where the ETC ETC would go, so I thought I'd try it a bit at a time and what I did seemed to work.</p>
<p>I'll keep an eye on it, and if it starts looking wrong again will behave and go through and code it properly :-)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-970705</link>
			<pubDate>Thu, 09 Aug 2012 11:38:34 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">970705@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see them all the same height - but that's the way I saw them from the start (Safari and Firefox, on a Mac).</p>
<p>What I suggested couldn't be done by find and replace all, because each image has a different width. And you didn't pay close attention to the model I pasted: you weren't supposed to <em>replace</em> class, you were supposed to <em>insert</em> style etc between img and class, and remove the width and height indications at the end of each image code. To use the example you pasted now, you should have changed this:<br />
<code>&lt;img ETC ETC width=&quot;150&quot; height=&quot;112&quot; /&gt;</code><br />
to this:<br />
<code>&lt;img style=&quot;width:150px;height:112px;&quot; ETC ETC /&gt;</code></p>
<p>What happened is that the result you produced was invalid, so the editor stripped out the invalid parts. But it seems that removing the class strangely made your browsers understand better; so if things look ok in your machines better leave things as they are!
</p>
]]></description>
					</item>
		<item>
			<title>bakearama on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-970669</link>
			<pubDate>Thu, 09 Aug 2012 10:55:36 +0000</pubDate>
			<dc:creator>bakearama</dc:creator>
			<guid isPermaLink="false">970669@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, really? I did the find &#38; replace as above and it fixed it on my machines - do you see them all as the same size? </p>
<p>There was a lot of coding after the "img class" that I didn't want to mess with - i only know a little bit of html!</p>
<p>But now i've been back - it doesn't have that in at all! Help...? :-)</p>
<p>"<a href="http://bakearama.wordpress.com/2012/08/08/sticky-chocolate-and-fudge-chunk-muffins/">&#60;img title="chocolate and fudge chunk muffins caramel buttercream" src="http://bakearama.files.wordpress.com/2012/08/chocolate-and-fudge-chunk-muffins-caramel-buttercream.jpg?w=150" alt="" width="150" height="112" /&#62;</a>"</p>
<p>(this is what it now contains for each photo)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-970647</link>
			<pubDate>Thu, 09 Aug 2012 10:40:44 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">970647@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome, but... ? You've done nothing of the sort here:<br />
<a href="http://bakearama.wordpress.com/photo-gallery/" rel="nofollow">http://bakearama.wordpress.com/photo-gallery/</a><br />
The only difference is you centered the rows.
</p>
]]></description>
					</item>
		<item>
			<title>bakearama on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-970587</link>
			<pubDate>Thu, 09 Aug 2012 08:36:59 +0000</pubDate>
			<dc:creator>bakearama</dc:creator>
			<guid isPermaLink="false">970587@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Perfect, thank you! </p>
<p>PS it was firefox AND explorer... maybe some of our office settings?</p>
<p>NB - if anyone's reading this to try and do the same thing, I selected all the text in the "Text" editor, copied it over to MS Word, did a find and replace for "img class" to "img style" and copied it all back to WP :-)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-969731</link>
			<pubDate>Wed, 08 Aug 2012 15:37:23 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">969731@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><em>"they are all different and all over the place on all my browser versions."</em><br />
Smells like Explorer...<br />
You can try a more foolproof way of specifying the dimensions. Switch the editor to "Text" (=code) and change the image codes from this:<br />
<code>&lt;img class=&quot;ETC ETC ETC&quot; width=&quot;WWW&quot; height=&quot;HHH&quot; /&gt;</code><br />
to this:<br />
<code>&lt;img  style=&quot;width:WWWpx;height:HHHpx;&quot; class=&quot;ETC ETC ETC&quot; /&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>bakearama on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-969702</link>
			<pubDate>Wed, 08 Aug 2012 15:04:28 +0000</pubDate>
			<dc:creator>bakearama</dc:creator>
			<guid isPermaLink="false">969702@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So they all show up as the same size when you look at it? As they are all different and all over the place on all my browser versions.</p>
<p>I'd like to try the Gallery with just the photos, but can't quite find the right html to start it off - presumably the "includes" need to come after I've already instructed it to set up the Gallery?
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-965134</link>
			<pubDate>Fri, 03 Aug 2012 07:42:31 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">965134@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is this resolved?  What I'm seeing is all images on that page are 112 pixels in height.</p>
<p>Yes, <a href="http://agallerydemo.wordpress.com/2012/07/28/gallery-as-an-index-page/">you can use the Gallery feature</a>, but you will not be able to link the <strong>photos</strong> to the posts, only image captions. And be forewarned that if you add captions to the thumbnails on this page, the caption will also show up wherever else the image shows.</p>
<p>To display images already uploaded in the Media Library, <a href="http://agallerydemo.wordpress.com/2011/03/15/include-from-media-library-gallery/">you need to use "includes"</a>. This is OK for a limited number of images, but if you have a lot, as you do, you might consider uploading again a smaller version of the same image. This will also get around the image captions appearing the same in all places problem I mentioned above.
</p>
]]></description>
					</item>
		<item>
			<title>bakearama on "Photos won&#039;t stay the same size"</title>
			<link>http://en.forums.wordpress.com/topic/photos-wont-stay-the-same-size#post-961715</link>
			<pubDate>Tue, 31 Jul 2012 11:27:53 +0000</pubDate>
			<dc:creator>bakearama</dc:creator>
			<guid isPermaLink="false">961715@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://bakearama.wordpress.com/photo-gallery/" rel="nofollow">http://bakearama.wordpress.com/photo-gallery/</a> </p>
<p>I have set up this page, which a photo from each of my posts, and clicking on the photo links back to the post.</p>
<p>In the editor I have made all the photos the same size (height 112 pixels) but when you view the page they are not! </p>
<p>What is making them appear as different sizes please? </p>
<p>NB - am i right in thinking I can't do gallery on this page? Because they are photos already uploaded, i.e. from the media gallery, I don't specifically 'add files' for the post, so I can't gallery them - is that right? (the option certainly doesn't seem to appear anywhere)
</p>
]]></description>
					</item>

	</channel>
</rss>
