kylereicks / picturefill.js.wp

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

Filtering Images in RSS Feeds #47

Open JasonHoffmann opened 9 years ago

JasonHoffmann commented 9 years ago

At the moment, images appear completely stretched in RSS feeds. Is there a way to escape the behavior in feeds, so that images shown in RSS feeds are images served in a normal img tag. That seems like the quickest fix here, but can't seem to get it working.

tychay commented 9 years ago

I bet you can with code that roughly resembles:

https://gist.github.com/tychay/fa3490ba5eae5ec8df68

Note that I haven't tested this out as I don't use the plugin (yet).