<?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>WordPress Craftsman &#187; images</title>
	<atom:link href="https://www.wpcraftsman.com/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wpcraftsman.com</link>
	<description>WordPress developer offering code snippets, tips and expert advice</description>
	<lastBuildDate>Sun, 01 Dec 2024 22:08:29 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.33</generator>
	<item>
		<title>Image Upload Adjustments</title>
		<link>https://www.wpcraftsman.com/image-upload-adjustments/</link>
		<comments>https://www.wpcraftsman.com/image-upload-adjustments/#comments</comments>
		<pubDate>Wed, 14 Jan 2015 00:13:15 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[image sizes]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=151</guid>
		<description><![CDATA[When uploading images, WordPress&#8217; default behavior is to skip any defined image size if the uploaded image is too small to fill it. If the image&#8217;s width or height (but not both) is big enough, WP shrinks to fit within the rectangle but does not fill it. When both the width and height are big [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/image-upload-adjustments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Function Cheat Sheet</title>
		<link>https://www.wpcraftsman.com/image-function-cheat-sheet/</link>
		<comments>https://www.wpcraftsman.com/image-function-cheat-sheet/#comments</comments>
		<pubDate>Tue, 13 Jan 2015 21:22:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Essentials]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=143</guid>
		<description><![CDATA[Simply a reference of the six image-related functions I use most often. I have this list printed out and keep it handy; for your convenience I&#8217;ve linked to the WP doc page for each. In case you weren&#8217;t aware, many of these accept either a named size (e.g. &#8216;small&#8217;,'medium&#8217;,'full&#8217;,'your_custom_name&#8217;) or an array of [width,height] (e.g. [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/image-function-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preload Images</title>
		<link>https://www.wpcraftsman.com/preload-images/</link>
		<comments>https://www.wpcraftsman.com/preload-images/#comments</comments>
		<pubDate>Tue, 13 Jan 2015 21:15:45 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Essentials]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=141</guid>
		<description><![CDATA[Here&#8217;s an easy way to manage your image preloads from anywhere in your PHP functions. We can simply build a globalized array of all image sources prior to outputting the page, then hook into the wp_footer action to output the required Javascript. Each time your code encounters an image source that must be preloaded, simply [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/preload-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
