kylereicks / picturefill.js.wp

A WordPress plugin to use Picturefill.js for image loading.
106 stars 10 forks source link

Add cdn support #65

Open tychay opened 9 years ago

tychay commented 9 years ago

Allows picturefill javascript to be loaded from CDN. (Will not load by default or on admin pages).

Added two new filters (and updated read me):

wp_picturefill_use_cdn: (default false) on whether to use a cdn when available wp_picturefill_cdn_urlstring: (default http%s://cdnjs.cloudflare.com/ajax/libs/picturefill/%s/picturefill%s.js) which is a url string map to the recommended CDN for picturefill