Skip to content

Instantly share code, notes, and snippets.

@nightshft
Created November 14, 2024 18:18
Show Gist options
  • Select an option

  • Save nightshft/af41fb207da9afec8fd863939bd66a7a to your computer and use it in GitHub Desktop.

Select an option

Save nightshft/af41fb207da9afec8fd863939bd66a7a to your computer and use it in GitHub Desktop.
Use this to make YouTube embed codes responsive.
/* Place the iframe into a div with a class of "yt-container" */
.yt-container {
display: flex;
justify-content: center;
}
.yt-container iframe {
aspect-ratio: 16 / 9;
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment