mobify / mobifyjs

Mobify.js was a JavaScript framework for optimizing sites for mobile. It is no longer actively maintained.
https://www.mobify.com/
Other
643 stars 83 forks source link

Error with the new tag Picture #294

Closed Cronos87 closed 10 years ago

Cronos87 commented 10 years ago

Hello,

Chrome 38 has implemented the new tag picture, thus with Mobify I get this error:

<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.

You can see the error on your demo page: http://cdn.mobify.com/mobifyjs/examples/resizeImages-picture-element/index.html

Thank you.

jansepar commented 10 years ago

@Cronos87 thanks for filing the bug! I'll have to integrate the latest picturefill polyfill into mobifyjs. Should be able to get to that within a few days!

jansepar commented 10 years ago

Opened a PR to fix this that I'm getting some team members to look at:

https://github.com/mobify/mobifyjs/pull/295

jansepar commented 10 years ago

This issue has been resolved in 2.0.16. Thanks again for the bug report :)

Cronos87 commented 10 years ago

Thanks to you for the quick fix ;)