<?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>WPCrowd &#187; How To</title>
	<atom:link href="http://wpcrowd.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://wpcrowd.com</link>
	<description>WordPress Themes and Resources</description>
	<lastBuildDate>Fri, 02 Apr 2010 09:26:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to add Fullsize in WordPress</title>
		<link>http://wpcrowd.com/how-to/how-to-add-fullsize-in-wordpress</link>
		<comments>http://wpcrowd.com/how-to/how-to-add-fullsize-in-wordpress#comments</comments>
		<pubDate>Sun, 12 Apr 2009 14:22:11 +0000</pubDate>
		<dc:creator>Alexandru Vornicescu</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Fullsize]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://wpcrowd.com/?p=596</guid>
		<description><![CDATA[Fullsize is very helpful when you have a lot of pictures on you blog and you want to view the fullsize of the image in the same window just in a click. It is based on JQuery developed by Drew Wilson, from the official site of Fullsize: Fullsize is an attempt to get a new [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpcrowd.com%2Fhow-to%2Fhow-to-add-fullsize-in-wordpress"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpcrowd.com%2Fhow-to%2Fhow-to-add-fullsize-in-wordpress&amp;source=wpcrowd&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Fullsize is very helpful when you have a lot of pictures on you blog and you want to view the fullsize of the image in the same window just in a click.</p>
<p>It is based on <strong>JQuery</strong> developed by Drew Wilson, from the official site of <a href="http://www.addfullsize.com/">Fullsize</a>:</p>
<p><span id="more-596"></span></p>
<blockquote><p>Fullsize is an attempt to get a new <code>&lt;IMG&gt;</code> attribute called <code>fullsize</code> into the next version of HTML.</p></blockquote>
<blockquote><p>Hopefully this site will get the attention of the W3C, and they will add <code>fullsize</code> to HTML and make it a standard.</p></blockquote>
<p>But until the W3C will add the code to all browsers, we can use it right now and I will show you how to add it in WordPress .</p>
<h3>Codes:</h3>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;script type=&quot;text/javascript&quot; src=&quot;http://jqueryjs.googlecode.com/files/jquery-1.3.js&quot;&gt;&lt;/script&gt;
&nbsp;
&lt;link href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'stylesheet_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/fullsize/fullsize.css&quot; media=&quot;screen&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'stylesheet_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/fullsize/jquery.fullsize.js&quot;&gt;&lt;/script&gt;
&nbsp;
&lt;script type=&quot;text/javascript&quot;&gt;
	jQuery(document).ready(function(){
    jQuery(&quot;img&quot;).fullsize([]);
});
&lt;/script&gt;</pre></td></tr></table></div>

<p>Add these codes in the <strong>header.php</strong> of your WordPress theme.</p>
<h3>Script files:</h3>
<p><a href="http://www.addfullsize.com/download.php">Download</a> the script files and extract them in your theme folder.</p>
<h3>Example of image tag:</h3>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>img src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;URL_SHORT_IMAGE.jpg&quot;</span> alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Me&quot;</span> longdesc<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;URL_FULLSIZE_IMAGE.jpg&quot;</span> <span style="color: #339933;">/&gt;</span></pre></td></tr></table></div>

<p>This image tag is used in the post, longdesc represents the full image that will open.</p>
<p>Fullsize already is integrated in WPCrowd and you can view the demo.</p>
<h3>Demo:</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/04/1-300x241.jpg" longdesc="http://wpcrowd.com/wp-content/uploads/2009/04/1.jpg" width="300" height="241" class="aligncenter size-medium wp-image-675" /></p>
]]></content:encoded>
			<wfw:commentRss>http://wpcrowd.com/how-to/how-to-add-fullsize-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
