ivanos
October 30, 2014, 7:33pm
1
I’m sure I’m just going crazy, but I have had a problem with carousel and then went the sample:
http://docs.webix.com/samples/26_carousel/01_init.html
And it does not display the Sidney Opera House (or any of the images) on any browser or machine I’ve tried it on. This is identical to the problem I’m having with my own code.
Did something change?
maksim
October 31, 2014, 6:06am
2
If you have active license - grab Webix 2.0.6 from support area, this version already contains fix for the above issue.
Oncoming Webix 2.1 will also have a fix.
With existing version of code you need to call “resize” after making window visible, to adjust carousel’s sizes.
$$("carousel").resize()