Skip to content

Commit

Permalink
fix: Update to use tailwind 16/9 class. Fixes #375.
Browse files Browse the repository at this point in the history
  • Loading branch information
danimalweb committed Sep 16, 2024
1 parent 8a870e3 commit e200f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function acf_json_load_point($paths)
// Responsive Embed
function video_embed_wrapper($html)
{
$html = '<div class="relative my-6 aspect-w-16 aspect-h-9">' . $html . '</div>';
$html = '<div class="relative my-6 aspect-video">' . $html . '</div>';

return $html;
}
Expand Down

0 comments on commit e200f0f

Please sign in to comment.