Why is my embedded video not properly shown?

Hey there,

I used the great plugin to embed videos from Youtube and Vimeo on my page. The problem however is that it doesn’t show the video properly on the page. It creates a big gap on top and it only shows a small strip from the top of the video… The width seems te be ok but it looks like it’s disappearing behind something. Does anyone know what the problem might be?

This is the code I used:
<?php
if($page->featured_video()->isNotEmpty()):
echo $page->featured_video()->embed();
endif; ?>

In the panel:
fields:
featured_video:
label: Featured video
type: embed

Maybe just a CSS issue, check your height settings.

Are you using anything like Bootstrap? Perhaps that is interfering with the Embed css, assuming you do have that added to your template.