UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

42 lines (36 loc) 891 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Gobi - Web Integration test</title> <script type="text/javascript" src="/dist/run-config.js"></script> <style> ._12pPY { font-size: 2.3rem !important; font-weight: 800; } </style> <script type="text/javascript" src="../index.js?v=d85e77"></script></head> <body> <div id="gobi-37d82"></div> <script> new gobi.Bubbles({ container: "#gobi-37d82", bubbleSize: "120px", animatedBubble: true, autoSegue: true, disableShadowDom: false, color: "#002F6C", playerOptions: { autoStartWithSound: true, apiBaseUrl: runConfig.apiBaseUrl }, stories: [ { "id": "demo03" }, { "id": "demo04" }, ] }); </script> </body> </html>