Video Thumbnail Title, Chips and Subtitles
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
Video duration: 4:26
Subtitles available
Twig
{% set chip %}
{% include '@bolt-components-chip/chip.twig' with {
content: 'Preview',
size: 'small',
border_radius: 'small',
...
} only %}
{% endset %}
{% include '@bolt-components-video-thumbnail/video-thumbnail.twig' with {
chip: chip,
video: {
title: 'This is a Video Title',
duration: '4:26',
has_subtitles: true,
show_title: true
}
...
} only %}