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
I just started using Imgix and am a big fan so far. The only issue I’ve run into is that the script fails on IE 10 and below because of this one const (browser support):
Would you all mind changing that const to a var, or maybe providing a transpiled version of the script? I know hardly anyone uses IE 10 these days but this seemed like a pretty minor change and would allow those few holdouts to get images.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I just started using Imgix and am a big fan so far. The only issue I’ve run into is that the script fails on IE 10 and below because of this one
const
(browser support):imgix.js/src/imgix.js
Line 57 in dfce2e9
imgix.js/dist/imgix.js
Line 267 in dfce2e9
Would you all mind changing that
const
to avar
, or maybe providing a transpiled version of the script? I know hardly anyone uses IE 10 these days but this seemed like a pretty minor change and would allow those few holdouts to get images.Thanks!
The text was updated successfully, but these errors were encountered: