slipshow icon indicating copy to clipboard operation
slipshow copied to clipboard

Allow to include video or large file

Open panglesd opened this issue 1 year ago • 0 comments

Dataurls have a limit, but there are workaround, à la ocaml-crunch!

<script>
  let file_content = "\56\54[...]";
  document.replace(old_element, element_from_file_content)
</script>

(not very precise but ...)

panglesd avatar May 14 '24 18:05 panglesd