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