Audio Only Section
A section for audio content with an optional CTA. Essentially a section wrapper for the audio partial.
A section for audio content with an optional CTA. Essentially a section wrapper for the audio partial.
- sectionType: audio-only
containerTag: section
# container settings
audio:
ogg: '/assets/audio/shattered-reflections.ogg'
mpeg: '/assets/audio/shattered-reflections.mp3'
bgImage: '/assets/images/sample8.jpg'
alt: 'Music album cover'
ctas:
- url: 'https://suno.com/'
label: 'Make your own Music'
isButton: true
buttonStyle: 'tertiary'
Property | Type | Required | Description |
---|---|---|---|
audio.ogg | string | One required* | Path to OGG audio file (recommended for quality) |
audio.mpeg | string | One required* | Path to MP3 audio file (widely supported) |
audio.bgImage | string | No | Optional background/cover image path |
audio.alt | string | No | Alternative text for the background image |
At least one audio format (OGG or MP3) must be provided