Blokks

Print

Some visitors might want to print out the schedule. For this purpose, Blokks has a special print theme. This theme has a default layout, which can’t be customized. You can however, set the print orientation to landscape or portrait mode:

Option Values Default value
data-print-orientation landscape portrait portrait
data-capture-print true false false

Example

<script	defer src='[path-to-embed]'
  data-blokks-id='[schedule-id]'
  data-print-orientation='landscape'
  data-capture-print='false'>
</script>