html-embed.html 372 B

1234567891011121314151617
  1. <div id="snippet-html-embed"></div>
  2. <button type="button" id="preview-data-action">Preview editor data</button>
  3. <iframe id="preview-data-container" aria-hidden="true" tabindex="-1"></iframe>
  4. <style>
  5. #preview-data-container {
  6. width: 100%;
  7. height: 500px;
  8. border: solid 2px #333;
  9. }
  10. .ck-editor__editable_inline {
  11. max-height: 500px;
  12. overflow: auto;
  13. }
  14. </style>