Bonjour,
How can I pass a variable through to an embed in an embed - eg:
Home page has:
{embed="embeds/.audio_listing" player_size="mini"}
.audio_listing has:
{embed="embeds/.audio_player" entry_id="{entry_id}"}
Then I’m trying to add {embed:player_size} to .audio_player:
<div class="jp-audio {embed:player_size}">
Is this possible? Can’t get it to work.
Any work arounds would be greatly appreciated.
Thanks! : )