You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code generated by this causes picturefill.js to crash IE 11 (assuming you are using it to polyfill <picture> in older browsers that don't natively support it):
<img src="{{ craft.imager.base64Pixel(16, 9) }}">
Not really a bug but I thought I'd leave this note here in case anyone else runs into it and save them the hour I spent tracking it down.
The text was updated successfully, but these errors were encountered:
As far as I can tell base64 is fine so long as it's a gif, but that code generates an SVG and that's what is causing picturefill to choke. This works fine:
The code generated by this causes picturefill.js to crash IE 11 (assuming you are using it to polyfill
<picture>
in older browsers that don't natively support it):Not really a bug but I thought I'd leave this note here in case anyone else runs into it and save them the hour I spent tracking it down.
The text was updated successfully, but these errors were encountered: