Dev Support
-
Add support for Lazy Rendering of Embed #2109
-
You can pass
lazy: trueto the render options, like so:Coral.Talk.render(document.getElementById('container'), { talk: 'https://my-talk-installation.com', lazy: true, });
-
Or you can enable lazy rendering by default using ENV variable
TALK_DEFAULT_LAZY_RENDER=TRUE
-
Documentation
- Doc updates #2105