zurb / orbit

454 stars 96 forks source link

JQuery Orbit does not load images occasionally #135

Open ssivanat opened 11 years ago

ssivanat commented 11 years ago

Everything seems to function correctly. Except every once in a while, the images won't show up when the webpage is loaded. Using fire bug, I could see that the DOM had been rendered and the images were there.

The div tag looked as follows:

Could it be possible that the orbit function was called before the images were loaded? Would this explain why the width and height appear as 1px? Another weird thing to note is the orbit js was still working. The HTML code changed as the slides transitioned. However none of this was visible in the browser. Any input would be greatly appreciated.