Skip to content

Consider offering a GET parameter to activate a 2nd CSS stylesheet, e.g. to customize print output #17

@technopagan

Description

@technopagan

Example:

Place this in slide HTML head:

<script> if (window.location.search.indexOf('?print=true') === 0) document.write(''); </script>

Add the '?print=true' GET parameter to the slides URL to activate the 2nd CSS.

Write additional styles or overrides to slidestyles_print.css to enhance print / PDF export output.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions