Hi there,
At my homepage https://businessblogschool.nl I have a video in the header. It’s an iframe embed. I replaced all my iframe video-embeds recently with [embed]. But in my page_home.php I didn’t succeed.
This is the code now:
<div class=”embed-container”><iframe src=”<?php the_field(‘video’); ?>” width=”300″ height=”150″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></div>
The embed-container itself is responsive, so I hoped to be able to use here [embed][/embed]. Does anybody know whether this is possible?
Thanks in advance!
Jessie
The page I need help with: [log in to see the link]