From a553282b7bdb3ccaa9b07e5b76d34b54ac021127 Mon Sep 17 00:00:00 2001 From: Ayush Singh <ayush@beagleboard.org> Date: Wed, 15 May 2024 16:59:00 +0530 Subject: [PATCH] Fix youtube video resolution - With the new theme, setting fixed 720p resolution makes it overflow horizontally. This looks quite odd. - The guide to add video was already updated to use 100% width instead of fixed size, so just update some older uses. Signed-off-by: Ayush Singh <ayush@beagleboard.org> --- boards/beagleplay/02-quick-start.rst | 3 +-- boards/beaglev/ahead/02-quick-start.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/boards/beagleplay/02-quick-start.rst b/boards/beagleplay/02-quick-start.rst index 36dd3d7..e8e0cc9 100644 --- a/boards/beagleplay/02-quick-start.rst +++ b/boards/beagleplay/02-quick-start.rst @@ -27,8 +27,7 @@ Attaching antennas You can watch this video to see how to attach the attennas. .. youtube:: 8zeIVd-JRc0 - :width: 1280 - :height: 720 + :width: 100% :align: center Tethering to PC diff --git a/boards/beaglev/ahead/02-quick-start.rst b/boards/beaglev/ahead/02-quick-start.rst index 5d002b7..6a5fa44 100644 --- a/boards/beaglev/ahead/02-quick-start.rst +++ b/boards/beaglev/ahead/02-quick-start.rst @@ -24,8 +24,7 @@ Unboxing ********* .. youtube:: SVC9peUUzE0 - :width: 1280 - :height: 720 + :width: 100% :align: center Antenna guide -- GitLab