<?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: maxImage: jQuery image scaler &#8211; Now with center-ability!</title>
	<atom:link href="http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maximage-jquery-image-scaler</link>
	<description>Smile... It&#039;ll make you feel better.</description>
	<lastBuildDate>Wed, 11 Jan 2012 10:56:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3534</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3534</guid>
		<description>Hey JPGodwin.  I&#039;m sorry to tell you, but MaxImage 1.0 is unable to do what you are asking.  MaxImage 2.0 will be unable (at least for the time being) as well.  MaxImage 1.0 was built a little piecemeal.  First I built the full background functionality.  Then I needed images that weren&#039;t in the background but were restricted to specific sizes and with offsets, then I finally built the slideshow functionality.  Unfortunately I have not seen a strong demand for specific sizes with offsets as a slideshow (joining up the two).  I like the idea of this, but just have not found a compelling reason to take the time to do it.  As of right now, MaxImage 2.0 is focused on the slideshow functionality and does not have the options for offsetting an image.  I will be looking to expand this in the future, but that is not going to happen for some time yet.

I&#039;m sorry I can&#039;t help you any more than that.</description>
		<content:encoded><![CDATA[<p>Hey JPGodwin.  I&#8217;m sorry to tell you, but MaxImage 1.0 is unable to do what you are asking.  MaxImage 2.0 will be unable (at least for the time being) as well.  MaxImage 1.0 was built a little piecemeal.  First I built the full background functionality.  Then I needed images that weren&#8217;t in the background but were restricted to specific sizes and with offsets, then I finally built the slideshow functionality.  Unfortunately I have not seen a strong demand for specific sizes with offsets as a slideshow (joining up the two).  I like the idea of this, but just have not found a compelling reason to take the time to do it.  As of right now, MaxImage 2.0 is focused on the slideshow functionality and does not have the options for offsetting an image.  I will be looking to expand this in the future, but that is not going to happen for some time yet.</p>
<p>I&#8217;m sorry I can&#8217;t help you any more than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPGodwin</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3533</link>
		<dc:creator>JPGodwin</dc:creator>
		<pubDate>Fri, 11 Nov 2011 17:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3533</guid>
		<description>Hi, great plugin. Having trouble making it work how I want to though. I have seven images in a row inside a div container with the following code:

#grid-container {
		position: relative; 
                margin-top: 80px; 
		margin-left:300px; 
		width: 88%; 
		height: 100%; 
		overflow: auto;
		
		white-space: nowrap;
}

I have the following code to resize the images in my 


$(function(){
	jQuery(&#039;img.maxAtOrigImageSize&#039;).maxImage({
		horizontalOffset: 740,
		verticalOffset: 191,
		horizontalAlign: &#039;left&#039;,
		verticalAlign: &#039;right&#039;,

		maxAtOrigImageSize: &#039;true&#039;,

position:(&#039;absolute&#039;),
overflow:(&#039;auto&#039;)
	});
});


Using this script, the plugin only seems ot work on the first image, but not the rest. I have used the class name in every image like so:

     
     
     
     
     

     









However, no matter what I try, the first image just sits on top of the second image, and it&#039;s the only one that behaves how I want it to. The plugin seems to completely ignore the other images in the container. Is there a fix for this?

Love this plugin, regardless though.</description>
		<content:encoded><![CDATA[<p>Hi, great plugin. Having trouble making it work how I want to though. I have seven images in a row inside a div container with the following code:</p>
<p>#grid-container {<br />
		position: relative;<br />
                margin-top: 80px;<br />
		margin-left:300px;<br />
		width: 88%;<br />
		height: 100%;<br />
		overflow: auto;</p>
<p>		white-space: nowrap;<br />
}</p>
<p>I have the following code to resize the images in my </p>
<p>$(function(){<br />
	jQuery(&#8216;img.maxAtOrigImageSize&#8217;).maxImage({<br />
		horizontalOffset: 740,<br />
		verticalOffset: 191,<br />
		horizontalAlign: &#8216;left&#8217;,<br />
		verticalAlign: &#8216;right&#8217;,</p>
<p>		maxAtOrigImageSize: &#8216;true&#8217;,</p>
<p>position:(&#8216;absolute&#8217;),<br />
overflow:(&#8216;auto&#8217;)<br />
	});<br />
});</p>
<p>Using this script, the plugin only seems ot work on the first image, but not the rest. I have used the class name in every image like so:</p>
<p>However, no matter what I try, the first image just sits on top of the second image, and it&#8217;s the only one that behaves how I want it to. The plugin seems to completely ignore the other images in the container. Is there a fix for this?</p>
<p>Love this plugin, regardless though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3511</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3511</guid>
		<description>Hey Shane,

I would take a look at &quot;overflow&quot; css attribute for the html / body elements along with the overflow option for this plugin. 
http://www.w3schools.com/cssref/pr_pos_overflow.asp

If this doesn&#039;t fix it, post a URL to the site you are trying to build and I will take a look.</description>
		<content:encoded><![CDATA[<p>Hey Shane,</p>
<p>I would take a look at &#8220;overflow&#8221; css attribute for the html / body elements along with the overflow option for this plugin.<br />
http://www.w3schools.com/cssref/pr_pos_overflow.asp</p>
<p>If this doesn&#8217;t fix it, post a URL to the site you are trying to build and I will take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3510</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3510</guid>
		<description>Hi Aaron,

Nice plugin! I&#039;m thinking about use it but for some reason I&#039;m getting a scrollbar on the bottom of the page.
I have no other content on the page just your jquery maximage script &amp; a image I wish to use to scale in a browser.

Regards 
Shane</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>Nice plugin! I&#8217;m thinking about use it but for some reason I&#8217;m getting a scrollbar on the bottom of the page.<br />
I have no other content on the page just your jquery maximage script &amp; a image I wish to use to scale in a browser.</p>
<p>Regards<br />
Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 优秀jQuery插件 &#124; Laofs.com【老粉丝】</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3426</link>
		<dc:creator>优秀jQuery插件 &#124; Laofs.com【老粉丝】</dc:creator>
		<pubDate>Fri, 04 Nov 2011 01:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3426</guid>
		<description>[...] 2）maxImage &#8211; jQuery的图片倍线器：maxImage是一个jQuery插件，在浏览器窗口有多大的空间为基础的图像进行自动调整。您的浏览器窗口的形象将永远填补。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2）maxImage &#8211; jQuery的图片倍线器：maxImage是一个jQuery插件，在浏览器窗口有多大的空间为基础的图像进行自动调整。您的浏览器窗口的形象将永远填补。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3417</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Tue, 01 Nov 2011 21:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3417</guid>
		<description>@Stewart and @Thomas

There is currently nothing built for a next / previous button.  I will look into adding this to the 2.0 release.</description>
		<content:encoded><![CDATA[<p>@Stewart and @Thomas</p>
<p>There is currently nothing built for a next / previous button.  I will look into adding this to the 2.0 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3416</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Tue, 01 Nov 2011 21:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3416</guid>
		<description>@Mark and @Julien

This seems to be an issue with modern browsers... they want to save resources so they don&#039;t use setTimeout the way that they used to.  I have made an update to 1.1.8 that should fix this...  If you still notice an issue please let me know.</description>
		<content:encoded><![CDATA[<p>@Mark and @Julien</p>
<p>This seems to be an issue with modern browsers&#8230; they want to save resources so they don&#8217;t use setTimeout the way that they used to.  I have made an update to 1.1.8 that should fix this&#8230;  If you still notice an issue please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3414</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Tue, 01 Nov 2011 21:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3414</guid>
		<description>@David Dantes

There are plenty of slideshow plugins that will work if you don&#039;t need the image to be a fullscreen background image.  Feel free to check out my favorite, jquery cycle plugin... http://jquery.malsup.com/cycle/.</description>
		<content:encoded><![CDATA[<p>@David Dantes</p>
<p>There are plenty of slideshow plugins that will work if you don&#8217;t need the image to be a fullscreen background image.  Feel free to check out my favorite, jquery cycle plugin&#8230; http://jquery.malsup.com/cycle/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3413</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Tue, 01 Nov 2011 21:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3413</guid>
		<description>@Jay

The images have to be set to display:none in the CSS.  Please give that a try.  (ref. line 126 of http://aaronvanderzwan.com/maximage/bgslideshow.php)</description>
		<content:encoded><![CDATA[<p>@Jay</p>
<p>The images have to be set to display:none in the CSS.  Please give that a try.  (ref. line 126 of http://aaronvanderzwan.com/maximage/bgslideshow.php)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Best And Useful jQuery Plugins of March 2010 « RPL Class</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3398</link>
		<dc:creator>20 Best And Useful jQuery Plugins of March 2010 « RPL Class</dc:creator>
		<pubDate>Fri, 28 Oct 2011 06:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3398</guid>
		<description>[...] maxImage jQuery Image Scaler : maxImage is a jquery plugin that automatically scales images based [...]</description>
		<content:encoded><![CDATA[<p>[...] maxImage jQuery Image Scaler : maxImage is a jquery plugin that automatically scales images based [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3397</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 27 Oct 2011 22:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3397</guid>
		<description>Hey Aaron, 

 I&#039;m having a strange problem with the script. Using the slideshow background, it quickly cycles through all of the images and stops on the 4th (last) image. It then goes back to image 01.

How do I get this to start at image 01 like on your example page? 

The link is http://inexfolio.com/temp/



thanks!</description>
		<content:encoded><![CDATA[<p>Hey Aaron, </p>
<p> I&#8217;m having a strange problem with the script. Using the slideshow background, it quickly cycles through all of the images and stops on the 4th (last) image. It then goes back to image 01.</p>
<p>How do I get this to start at image 01 like on your example page? </p>
<p>The link is http://inexfolio.com/temp/</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Dantes</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3393</link>
		<dc:creator>David Dantes</dc:creator>
		<pubDate>Wed, 26 Oct 2011 03:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3393</guid>
		<description>Hello:  Thank you for publishing this script. I am interested in the slide show application.  Is there a way to configure a smaller size than full screen?  Also, I set the option background=false, but the images still appear as background to text and other images on my test page.</description>
		<content:encoded><![CDATA[<p>Hello:  Thank you for publishing this script. I am interested in the slide show application.  Is there a way to configure a smaller size than full screen?  Also, I set the option background=false, but the images still appear as background to text and other images on my test page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jochem</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3385</link>
		<dc:creator>jochem</dc:creator>
		<pubDate>Thu, 20 Oct 2011 10:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3385</guid>
		<description>Hi Aaron,

Nice work! I&#039;d love to see support for jquery cycle. It has such lovely transitions. Would be nice to see some in your plugin.

Thnx,

Jochem</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>Nice work! I&#8217;d love to see support for jquery cycle. It has such lovely transitions. Would be nice to see some in your plugin.</p>
<p>Thnx,</p>
<p>Jochem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jochem</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3384</link>
		<dc:creator>jochem</dc:creator>
		<pubDate>Thu, 20 Oct 2011 10:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3384</guid>
		<description>Hi Aaron,

I&#039;d love to see support for jquery cycle. It has such lovely transitions. Would be nice to see some in your plugin.</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>I&#8217;d love to see support for jquery cycle. It has such lovely transitions. Would be nice to see some in your plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Vanderzwan</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/maximage-jquery-image-scaler/comment-page-5/#comment-3383</link>
		<dc:creator>Aaron Vanderzwan</dc:creator>
		<pubDate>Wed, 19 Oct 2011 02:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=207#comment-3383</guid>
		<description>I just released MaxImage 1.1.8.  It is a minor release to squash some of the bugs I have been reading about here and other places.  Please let me know if there are any important issues you are having with 1.x.  I am busy working on 2.0 which will use CSS3 background cover when possible and will have a clean fallback for non-css3 compliant browsers.  The special part is that it will also integrate with the jQuery Cycle plugin and will utilize Cycle&#039;s wonderful transitions (as many as possible for background images).

Stay tuned for updates on 2.0.</description>
		<content:encoded><![CDATA[<p>I just released MaxImage 1.1.8.  It is a minor release to squash some of the bugs I have been reading about here and other places.  Please let me know if there are any important issues you are having with 1.x.  I am busy working on 2.0 which will use CSS3 background cover when possible and will have a clean fallback for non-css3 compliant browsers.  The special part is that it will also integrate with the jQuery Cycle plugin and will utilize Cycle&#8217;s wonderful transitions (as many as possible for background images).</p>
<p>Stay tuned for updates on 2.0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

