slipshow
slipshow copied to clipboard
Allow to include video or large file
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 ...)