From 46ddabce6db288c454d5defd6ced23af60f4b76c Mon Sep 17 00:00:00 2001 From: OhMyBahGosh <77786782+ohmybahgosh@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:59:55 -0500 Subject: [PATCH] Fix horizontal overflow scrolling issue on mobile The IBRACORP YouTube video embed was causing overflow scrolling horizontally on smaller screens/mobile devices. Just tweaked some CSS to make the embed iframe responsive, which solves the horizontal overflow problem. --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 196a5aee..e2cba828 100644 --- a/docs/index.md +++ b/docs/index.md @@ -157,8 +157,9 @@ If you are unable to use the [Plex Meta Manager Discord Server](https://discord. [IBRACORP](https://ibracorp.io/) made a video walkthough for installing Plex Meta Manager on unRAID. While you might not be using unRAID the video goes over many key aspects of Plex Meta Manager and can be a great place to start learning how to use the script. Please note, since the making of the video, some significant changes have been made to Plex Meta Manager 1.17 and beyond so always reference the wiki for the latest details. -
- +
+