From 5b9dee22dca77d95f8e5662683fd86e2503b7ac6 Mon Sep 17 00:00:00 2001 From: "macroscopeapp[bot]" <170038800+macroscopeapp[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 11:07:51 +0000 Subject: [PATCH] Add height: 266px to VIDEO_STYLE for 16:9 aspect ratio on why-flowfuse page --- nuxt/pages/platform/why-flowfuse.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt/pages/platform/why-flowfuse.vue b/nuxt/pages/platform/why-flowfuse.vue index 2806deeab2..5e74ab555d 100644 --- a/nuxt/pages/platform/why-flowfuse.vue +++ b/nuxt/pages/platform/why-flowfuse.vue @@ -15,7 +15,7 @@ // /platform/why-flowfuse/. Carrying that forward knowingly would be worse than the // change, so the title and description now describe this page. const VIDEO_ID = 'n9HhZCh0Ndg' -const VIDEO_STYLE = `width: 472px; overflow: hidden; background-image: url('https://img.youtube.com/vi/${VIDEO_ID}/maxresdefault.jpg'); background-size: cover; background-position: center;` +const VIDEO_STYLE = `width: 472px; height: 266px; overflow: hidden; background-image: url('https://img.youtube.com/vi/${VIDEO_ID}/maxresdefault.jpg'); background-size: cover; background-position: center;` const QUOTES = [ { icon: 'i-heroicons-building-office-2', copy: 'My Node-RED flows are no longer side projects – they run real operations.' },