私はsuperzied.js 3.2.7とjquery 1.10.1を移行プラグイン1.2.1で持っています.firefoxでエラーが発生します:
TypeError: api.getField(...) is undefined
この行は次のとおりです。
if (api.getField('seed').indexOf('no_image.png') != -1) actual_width = '';
Chrome での同じ問題は次のとおりです。Uncaught TypeError: Cannot call method 'indexOf' of undefined.
私はこれを見つけましたが、すべてが正しく行われています: https://github.com/buildinternet/supersized/issues/30