From 1ab81d4aa50abfe6db59edf7f9a0f5047c802e2a Mon Sep 17 00:00:00 2001 From: iSpeakNerd <96841384+iSpeakNerd@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:23:45 -0700 Subject: [PATCH] Update README.md add styling to center justify video container --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a292ce6..cd4cada 100644 --- a/README.md +++ b/README.md @@ -584,6 +584,8 @@ For responsive videos that automatically resize with changing window sizes, add height: 0; overflow: hidden; max-width: 100%; + display: flex; + justify-content: center; } .embed-container iframe, .embed-container object, .embed-container embed { @@ -766,4 +768,4 @@ Example: linetodayId: abcdefg ## Contributing -Feel free to open an issue or pull request ticket if any of the existing video embed methods break or if there are any other requests to support new video stream providers \ No newline at end of file +Feel free to open an issue or pull request ticket if any of the existing video embed methods break or if there are any other requests to support new video stream providers