<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; runtime</title>
	<atom:link href="http://www.sajithmr.me/tag/runtime/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fancybox runtime height change</title>
		<link>http://www.sajithmr.me/fancybox-runtime-height-change</link>
		<comments>http://www.sajithmr.me/fancybox-runtime-height-change#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:05:51 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[autoheight]]></category>
		<category><![CDATA[fancybox]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[runtime]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=522</guid>
		<description><![CDATA[For those who use fancy box and iframe inside fancy box might face the issue of changing the height. Once fancybox is loaded with a particular height and width, it does not change when you change the content inside iframe dynamically. Auto height change is only possible for images. Use the below code to change [...]]]></description>
			<content:encoded><![CDATA[<p>For those who use fancy box and iframe inside fancy box might face the issue of changing the height. Once fancybox is loaded with a particular height and width, it does not change when you change the content inside iframe dynamically. Auto height change is only possible for images.</p>
<p>Use the below code to change the dimensions of an iframe in runtime.</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>parent.$(&#8220;#fancy_outer&#8221;).width(100); parent.$(&#8220;#fancy_outer&#8221;).height(120);</p>
<p>&lt;/script&gt;</p>
<p>Cheers</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/fancybox-runtime-height-change/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

