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