Open tanovsky opened 4 years ago
It seems that the theme CSS is not included in the HTML page? There are a set of stylesheet files shipped togather with Kekule.js, please find it and use it before the script tag:
<link rel="stylesheet" href="your-path-to-kekule/themes/default/kekule.css" />
After that, the issue should be resolved, :).
I created a basic example just to try the library, and notice that it seems to work in all browsers I tested but not in firefox (72.0.2 (64-Bit) on a MAC OS X Yosemite 10.10.5), tested also chrome, safari and opera (In firefox the image generated by kekule seems to be there , but enter some kind of a loop.. and it starts to scrool down for a long time until I have to close the Browser window) Is there any thing obviouly wrong that I have done? If not, is there any workaround? Thank you!