<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jQuery: Autoscale Element to Parent Width</title>
	<atom:link href="http://www.evansims.com/2008/04/jquery-autoscale-to-parent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evansims.com/2008/04/jquery-autoscale-to-parent/</link>
	<description>Thoughts, theory and code from a game designer in the midwest.</description>
	<lastBuildDate>Fri, 29 Jan 2010 09:31:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evan Sims</title>
		<link>http://www.evansims.com/2008/04/jquery-autoscale-to-parent/comment-page-/#comment-250</link>
		<dc:creator>Evan Sims</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://evansims.com/?p=59#comment-250</guid>
		<description>Right you are; fixed. Thanks!</description>
		<content:encoded><![CDATA[<p>Right you are; fixed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Schimmer</title>
		<link>http://www.evansims.com/2008/04/jquery-autoscale-to-parent/comment-page-1/#comment-249</link>
		<dc:creator>Bernd Schimmer</dc:creator>
		<pubDate>Fri, 17 Jul 2009 10:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://evansims.com/?p=59#comment-249</guid>
		<description>Hi Evan,

it works fine. Even with classes for pictures.

the only thin wrong in your example-code is the &quot; after the #featrued-image. It must be a single &#039;.
&lt;code&gt;
$(document).ready(function(){
autoscale(new Array(&#039;object&#039;, &#039;#featured-image&#039;));
});
&lt;code&gt;
Thanks!
Bernd</description>
		<content:encoded><![CDATA[<p>Hi Evan,</p>
<p>it works fine. Even with classes for pictures.</p>
<p>the only thin wrong in your example-code is the &#8221; after the #featrued-image. It must be a single &#8216;.<br />
<code><br />
$(document).ready(function(){<br />
autoscale(new Array('object', '#featured-image'));<br />
});<br />
</code><code><br />
Thanks!<br />
Bernd</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
