timelineParser-x.x.js中的parser.initText函数
//todo check it
var isCustomSize = json"IsCustomSize"];
if(isCustomSize != null)
widget.ignoreContentAdaptWithSize(!isCustomSize);
```
需要ignore时 isCustomSize却是undefined 改一下if条件就好了