<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/image</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 23:57:30 GMT</pubDate>
<item>
<title>(JavaScript) Preload all bg images referenced in CSS - sarpay</title>
<link>http://snipplr.com/view/70749/preload-all-bg-images-referenced-in-css/</link>
<description><![CDATA[ <p>will preload any background image referenced in your CSS.</p> ]]></description>
<pubDate>Thu, 11 Apr 2013 07:52:50 GMT</pubDate>
<guid>http://snipplr.com/view/70749/preload-all-bg-images-referenced-in-css/</guid>
</item>
<item>
<title>(JavaScript) Round Slide Show With an Iris - COBOLdinosaur</title>
<link>http://snipplr.com/view/69946/round-slide-show-with-an-iris/</link>
<description><![CDATA[ <p>Simle markup, simple CSS combined with ver straight forward javascript to produce some really cool effects.</p> ]]></description>
<pubDate>Fri, 15 Feb 2013 06:41:26 GMT</pubDate>
<guid>http://snipplr.com/view/69946/round-slide-show-with-an-iris/</guid>
</item>
<item>
<title>(JavaScript) 2D Graphics Library (work in progress) - jatkins</title>
<link>http://snipplr.com/view/64991/2d-graphics-library-work-in-progress/</link>
<description><![CDATA[ <p>Released into the public domain</p> ]]></description>
<pubDate>Tue, 22 May 2012 09:14:02 GMT</pubDate>
<guid>http://snipplr.com/view/64991/2d-graphics-library-work-in-progress/</guid>
</item>
<item>
<title>(JavaScript) unveil.js - a lightweight version of the \'lazy load\' plugin - digitalclubb</title>
<link>http://snipplr.com/view/64615/unveiljs--a-lightweight-version-of-the-lazy-load-plugin/</link>
<description><![CDATA[ <p>Via @lmgalmeida

Usage:

data-src="image.jpg" src="loader.gif"

$("img").unveil();</p> ]]></description>
<pubDate>Mon, 16 Apr 2012 20:20:36 GMT</pubDate>
<guid>http://snipplr.com/view/64615/unveiljs--a-lightweight-version-of-the-lazy-load-plugin/</guid>
</item>
<item>
<title>(JavaScript) Accessing the Device Photo Gallery with PhoneGap - parkerkrhoyt</title>
<link>http://snipplr.com/view/60910/accessing-the-device-photo-gallery-with-phonegap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Nov 2011 08:13:40 GMT</pubDate>
<guid>http://snipplr.com/view/60910/accessing-the-device-photo-gallery-with-phonegap/</guid>
</item>
<item>
<title>(JavaScript) Using the Device Camera with PhoneGap - parkerkrhoyt</title>
<link>http://snipplr.com/view/60909/using-the-device-camera-with-phonegap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Nov 2011 08:11:24 GMT</pubDate>
<guid>http://snipplr.com/view/60909/using-the-device-camera-with-phonegap/</guid>
</item>
<item>
<title>(JavaScript) Resize background image - hectorlorenzo</title>
<link>http://snipplr.com/view/60816/resize-background-image/</link>
<description><![CDATA[ <p>Funció que agafa les mides de la pantalla i redimensiona proporcionalment una imatge per a que s'adapti a ella.</p> ]]></description>
<pubDate>Tue, 15 Nov 2011 01:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/60816/resize-background-image/</guid>
</item>
<item>
<title>(JavaScript) JS mass image preloading - alik</title>
<link>http://snipplr.com/view/60568/js-mass-image-preloading/</link>
<description><![CDATA[ <p>wrote this snippet as a necessity to preload many images without writing same code all the time in JS...</p> ]]></description>
<pubDate>Sun, 06 Nov 2011 03:03:44 GMT</pubDate>
<guid>http://snipplr.com/view/60568/js-mass-image-preloading/</guid>
</item>
<item>
<title>(JavaScript) jQuery Image Resize - ryarwood</title>
<link>http://snipplr.com/view/60470/jquery-image-resize/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Nov 2011 11:43:44 GMT</pubDate>
<guid>http://snipplr.com/view/60470/jquery-image-resize/</guid>
</item>
<item>
<title>(JavaScript) jQuery Image Replace using substring - inreflection7</title>
<link>http://snipplr.com/view/57682/jquery-image-replace-using-substring/</link>
<description><![CDATA[ <p>image rollovers in jquery are usually super easy. However it sucks when working with absolute image paths - like a separate media server or CDN. Heres a quick snippet using substring and lastIndexOf to swap out the image src.</p> ]]></description>
<pubDate>Tue, 09 Aug 2011 01:20:23 GMT</pubDate>
<guid>http://snipplr.com/view/57682/jquery-image-replace-using-substring/</guid>
</item>
<item>
<title>(JavaScript) Load external binary data as data url - devnull69</title>
<link>http://snipplr.com/view/56433/load-external-binary-data-as-data-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Jul 2011 06:28:58 GMT</pubDate>
<guid>http://snipplr.com/view/56433/load-external-binary-data-as-data-url/</guid>
</item>
<item>
<title>(JavaScript) Disable right-clicking, image dragging, pretty much everything, etc. - stephcode</title>
<link>http://snipplr.com/view/54862/disable-rightclicking-image-dragging-pretty-much-everything-etc/</link>
<description><![CDATA[ <p>Annoy your visitors, fool your friends, fun and party. Please note that this also disables ability to write in form fields.</p> ]]></description>
<pubDate>Sat, 04 Jun 2011 05:53:21 GMT</pubDate>
<guid>http://snipplr.com/view/54862/disable-rightclicking-image-dragging-pretty-much-everything-etc/</guid>
</item>
<item>
<title>(JavaScript) Flickr Original Resolution Bookmarklet - jatkins</title>
<link>http://snipplr.com/view/51462/flickr-original-resolution-bookmarklet/</link>
<description><![CDATA[ <p>Released to the public domain. You may need to remove the newlines, though you won't need to in Chrome.

This will take you to the viewing page of the largest resolution of the image you are viewing if you are not viewing one of the alternate sizes; if so, it will load the file of the size being shown (i.e. if you are viewing an image click once to view the page with the largest version on, and once more to view the file of the largest version).</p> ]]></description>
<pubDate>Sun, 03 Apr 2011 01:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/51462/flickr-original-resolution-bookmarklet/</guid>
</item>
<item>
<title>(JavaScript) Slideshow with cursor controlled distortion effect - fabulant</title>
<link>http://snipplr.com/view/49443/slideshow-with-cursor-controlled-distortion-effect/</link>
<description><![CDATA[ <p>What's so special about this JavaScript slideshow? By moving your cursor all over the webpage you create a nice distortion effect on your images.</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 02:16:30 GMT</pubDate>
<guid>http://snipplr.com/view/49443/slideshow-with-cursor-controlled-distortion-effect/</guid>
</item>
<item>
<title>(JavaScript) Static Image Rotate on Refresh - raondo</title>
<link>http://snipplr.com/view/46275/static-image-rotate-on-refresh/</link>
<description><![CDATA[ <p>random image loaded on page refresh</p> ]]></description>
<pubDate>Thu, 30 Dec 2010 08:52:28 GMT</pubDate>
<guid>http://snipplr.com/view/46275/static-image-rotate-on-refresh/</guid>
</item>
<item>
<title>(JavaScript) check if image is loaded javascript - hamsterbacke82</title>
<link>http://snipplr.com/view/46095/check-if-image-is-loaded-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Dec 2010 18:29:19 GMT</pubDate>
<guid>http://snipplr.com/view/46095/check-if-image-is-loaded-javascript/</guid>
</item>
<item>
<title>(JavaScript) Fix IE Background Image - touffies</title>
<link>http://snipplr.com/view/43964/fix-ie-background-image/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Nov 2010 00:14:06 GMT</pubDate>
<guid>http://snipplr.com/view/43964/fix-ie-background-image/</guid>
</item>
<item>
<title>(JavaScript) Reload an image with jQuery - magicrebirth</title>
<link>http://snipplr.com/view/42631/reload-an-image-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Oct 2010 01:21:45 GMT</pubDate>
<guid>http://snipplr.com/view/42631/reload-an-image-with-jquery/</guid>
</item>
<item>
<title>(JavaScript) Alt image loaded script - tennison</title>
<link>http://snipplr.com/view/40422/alt-image-loaded-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Sep 2010 20:43:22 GMT</pubDate>
<guid>http://snipplr.com/view/40422/alt-image-loaded-script/</guid>
</item>
<item>
<title>(JavaScript) Find and Fade Image jQuery Function - ryarwood</title>
<link>http://snipplr.com/view/38300/find-and-fade-image-jquery-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Aug 2010 02:27:19 GMT</pubDate>
<guid>http://snipplr.com/view/38300/find-and-fade-image-jquery-function/</guid>
</item>
</channel>
</rss>