organization · inferred from evidence
imgix
The organization behind imgix.js and related libraries.
- imgix.js ix-path attributes ignored in Vue.js apps (use the official Vue library)
imgix.js is DOM-scan based, so it misses elements rendered by Vue after init. The community workarounds were to re-run imgix.init in Vue's mounted()/updated() hooks, or to build URLs directly with imgix-core-js inside a computed property so