Layout activities
Each Activity is automatically positioned based on its start and end time. However, there are situations were this isn’t needed. For example, for events that only have one stage, you might want each act to have the same size and be positioned directly underneath each other.
To do this, disable data-auto-layout
.
Option | Values | Default value |
---|---|---|
data-auto-layout |
true false |
true |
Example
<script defer src='schedule.js'
data-blokks-id='[schedule-id]'
data-layout-activities='false'>
</script>