terry chay

Results 7 comments of terry chay

Thanks for taking a look over. I'll merge the patches back into our branch and clean up stuff so that we can track the changes to guiders somewhere between Wikimedia...

Nice catch. Looks like WordPress core has a bug where `get_image_tag()` returns a different class than `wp_get_attachment_image()`. This shouldn't be a filter though, but patched in the plugin itself given...

Pull request https://github.com/kylereicks/picturefill.js.wp/pull/64

Most likely this is the culprit: https://github.com/kylereicks/picturefill.js.wp/issues/58

(I am not the plugin developer). My guess is that it's because there is a logic error in `get_unadjusted_size()`: `get_image_width_height()` is being sent a pure array, when it should be...

Pull request https://github.com/kylereicks/picturefill.js.wp/pull/66

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).