adding a canva presentation with audio
I created a presentation in Canva and would like to add it to my website.
It has auto transitions and audio.
Which 'item' should I used to add the <embed> info??
Thank you!
I created a presentation in Canva and would like to add it to my website.
It has auto transitions and audio.
Which 'item' should I used to add the <embed> info??
Thank you!
Comments
Hello,
Please, try to put it in the Column Text item.
Thanks
Thank you!
I tried that and it didn't work.
Canva gives the 2 options below to embed.
Can you help further? Thank you!
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
padding-bottom: 48px; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAE3IRnE4L8/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https://www.canva.com/design/DAE3IRnE4L8/view?utm_content=DAE3IRnE4L8&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">Website Slide Show (Presentation (16:9))</a> by lakelocked
OR
https://www.canva.com/design/DAE3IRnE4L8/view
Then please, do the following:
1) Put this code in the HTML block in the WP editor.
2) Choose where you want to show this presentation and place the Content WP element there.
3) In page options, switch The Content to hide (without it, the presentation will be placed two times on the page)
Thanks