Video Thumbnail Title & Chips
Title & Chips can be added or removed per use case.
Important Notes:
When using Chip alongside Title, please set its size as small, and its border_radius to match the Video Thumbnail’s border_radius.
Demo
Preview
This is a Video Title
Twig
{% set chip %}
{% include '@bolt-components-chip/chip.twig' with {
text: 'Preview',
size: 'small',
border_radius: 'small',
...
} only %}
{% endset %}
{% include '@bolt-components-video-thumbnail/video-thumbnail.twig' with {
video_title: 'This is a Video Title',
chip: chip,
...
} only %}