<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.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>Gravity Support Forums Topic: When using Modal the form opens up in Percentage not pixels</title>
		<link>https://legacy.forums.gravityhelp.com/topic/when-using-modal-the-form-opens-up-in-percentage-not-pixels</link>
		<description>Gravity Support Forums Topic: When using Modal the form opens up in Percentage not pixels</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 07:25:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/when-using-modal-the-form-opens-up-in-percentage-not-pixels" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "When using Modal the form opens up in Percentage not pixels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-using-modal-the-form-opens-up-in-percentage-not-pixels#post-5870</link>
			<pubDate>Fri, 28 May 2010 17:12:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome..  glad I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nextup on "When using Modal the form opens up in Percentage not pixels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-using-modal-the-form-opens-up-in-percentage-not-pixels#post-5867</link>
			<pubDate>Fri, 28 May 2010 16:03:48 +0000</pubDate>
			<dc:creator>nextup</dc:creator>
			<guid isPermaLink="false">5867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!  Worked Perfectly!  I knew it was something simple!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "When using Modal the form opens up in Percentage not pixels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-using-modal-the-form-opens-up-in-percentage-not-pixels#post-5861</link>
			<pubDate>Fri, 28 May 2010 14:21:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I went back and compared with &#60;a&#62;the demo I did a while back&#60;/a&#62; and noticed a difference. Try removing the single quotes around your width and height values and see if that fixes things. If I recall, I ran into a similar issue.&#60;/p&#62;
&#60;p&#62;Beyond that, you'll probably have to refer to the &#60;a href=&#34;http://fancybox.net/api&#34; rel=&#34;nofollow&#34;&#62;Fancybox documentation&#60;/a&#62; or their &#60;a href=&#34;http://groups.google.com/group/fancybox&#34; rel=&#34;nofollow&#34;&#62;support forums&#60;/a&#62; to find the answer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nextup on "When using Modal the form opens up in Percentage not pixels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-using-modal-the-form-opens-up-in-percentage-not-pixels#post-5859</link>
			<pubDate>Fri, 28 May 2010 13:59:59 +0000</pubDate>
			<dc:creator>nextup</dc:creator>
			<guid isPermaLink="false">5859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Home page - below the image about 2/3 down the page you'll see a link that says Quote Requests.  &#60;a href=&#34;http://64.79.132.174/~capstone/&#34; rel=&#34;nofollow&#34;&#62;http://64.79.132.174/~capstone/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This opens up &#60;a href=&#34;http://64.79.132.174/~capstone/full-insurance-programs-and-quote-request/&#34; rel=&#34;nofollow&#34;&#62;http://64.79.132.174/~capstone/full-insurance-programs-and-quote-request/&#60;/a&#62; as a modal&#60;/p&#62;
&#60;p&#62;The problem I am having is it is opening it up in percentages...  how do I fix this? - if I ad &#34;px&#34; after the width and height it opens it up extremely small.&#60;/p&#62;
&#60;p&#62;Below is the code that is on the page the link resides on:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/js/fancybox/jquery.fancybox-1.3.1.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/js/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/js/fancybox/jquery.fancybox-1.3.1.pack.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
$(document).ready(function(){
	$(&#38;quot;a.iframeFancybox1&#38;quot;).fancybox({
		&#38;#39;width&#38;#39;				: &#38;#39;700&#38;#39;,
		&#38;#39;height&#38;#39;			: &#38;#39;600&#38;#39;,
                &#38;#39;overlayOpacity&#38;#39;           : &#38;#39;0.4&#38;#39;,
                &#38;#39;overlayColor&#38;#39;               : &#38;#39;#000&#38;#39;,
                &#38;#39;hideOnContactClick&#38;#39;      : false,
                &#38;#39;autoScale&#38;#39;                  : false,
                &#38;#39;transitionIn&#38;#39;                : &#38;#39;elastic&#38;#39;,
                &#38;#39;transitionOut&#38;#39;              : &#38;#39;elastic&#38;#39;,
                &#38;#39;type&#38;#39;                         : &#38;#39;iframe&#38;#39;
	});
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
