I’m using the oEmbed field type to add a Vimeo video with ACF Pro. I’ve just used the simple embed option:
<div class=”embed-container”>
<?php the_field(‘oembed’); ?>
</div>
It works fine in Chrome & Safari but seems to now show anything on Firefox 59 on Mac but its fine on version 60.
Any suggestions?
I think I found the problem. It was to do with the embed-container CSS example in the documentation causing the container to collapse.