Measure activities
Blokks adds CSS modifiers to indicate the size of each Activity. This is useful for determining, for example, if the activity is large enough to show a subtitle. Or, if an activity title should be truncated if the activity is too small to show the full title.
Computing the size of an element is a pretty intensive task for your browser. Although this option is enabled by default, we recommend to set it to false
whenever possible. Read Performance optimizations for more information.
Options
Options
Values
Default value
data-auto-measure-size
true
/ false
true
Code example
<script defer
src='https://themes.blokks.co/default/2.2.0/main.js'
data-blokks-id='6kga8pkdj432'
data-measure-activities='false'>
</script>
Last updated