David Sehnal
David Sehnal
Hi, regarding the URL https://www.epsdatabase.com/litemol_js/1dv9.pdb , there are these potential problems which prevent the access to this file: - your HTTPS does not work as it should (probably a bad...
Hi, I am pretty sure you can tweak the CSS of the ``litemol`` element to fit inline. Also, when you create the instance of the plugin, do you set the...
Sorry the property is called ``isExpanded`` indeed. ```ts LiteMol.Plugin.create({ target: '#litemol', viewportBackground: '#ffffff', layoutState: { hideControls: true, isExpanded: false } }); ``` It's same usage as for example in https://github.com/dsehnal/LiteMol/blob/2ce0190a9b369841c1c3ee7322c2f5dda3e7800e/examples/Transforms/src/App.ts#L12...
If you mean the plugin, calling ``Plugin.create()`` is a synchronous and should be called after the DOM element that should contain the plugin has been loaded using standard practices. If...
What do you mean? This should be done automatically. Are you doing the resizing in code? And if so, can you share it? Perhaps I have omitted a use case.
This is strange, because the resize event is bound for the "parent element" (``lm-viewport-host3d``) https://github.com/dsehnal/LiteMol/blob/master/src/lib/Visualization/Base/Scene.ts#L217 Can you maybe try to remove the ``litemol-wrapper`` and use directly the ``container`` (the plugin...
Maybe the problem is that you use https:// in your url but your web does not support that?
You can check https://github.com/dsehnal/LiteMol/tree/master/examples/Transforms for how to do that. JSON is possible, but some work required. Glad you like it. If you are starting out now, you should have a...
https://www.ebi.ac.uk/pdbe/about/news/superimposition-and-batch-downloads-added-pdbe-kb-aggregated-views
Hi, you can have a look at the https://github.com/dsehnal/LiteMol/tree/master/examples/PrimitivesAndLabels example. The labels have to be done by "hand". You can also have a look at Mol* https://molstar.org, it has much...