To optimize the display of audio embeds in your campaigns, our templates force a specific display of a certain height as shown below :
However, if this display doesn't fit your needs, you can also have a 'default' audio embed displayed as the example here below :
To do so, you can use CSS code to cancel the behavior set up in the Qualifio templates.
Here is the CSS code to copy/paste in the step "2. Look and feel", tab "CSS" :
.multimedia.multimedia_sound iframe {max-height: inherit;}