Bump up embed heights.

This commit is contained in:
Buster Neece 2023-07-22 03:50:01 -05:00
parent 996b6b390d
commit 8b3e1f23db
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ final class OEmbedAction implements SingleActionInterface
'provider_url' => 'https://azuracast.com/',
'type' => 'rich',
'width' => 400,
'height' => 150,
'height' => 200,
'html' => <<<HTML
<iframe width="100%" height="150" sandbox="allow-same-origin allow-scripts allow-popups"
<iframe width="100%" height="200" sandbox="allow-same-origin allow-scripts allow-popups"
src="$embedUrl" frameborder="0" allowfullscreen/>
HTML,
];

View File

@ -41,7 +41,7 @@ $sections->appendStart('head');
true
) ?>">
<meta property="twitter:player:width" content="400">
<meta property="twitter:player:height" content="150">
<meta property="twitter:player:height" content="200">
<link rel="alternate" type="application/json+oembed"
href="<?= $router->named(