#Bigger YouTube embeds

1 messages · Page 1 of 1 (latest)

sudden pivot
#

whats with the red?

#

i am on vesktop

oblique spoke
#

just ignore it

calm jetty
#

noone probably uses this but fixed it! been broken for a while

[class^="embedFull_"]:has(iframe),
[class^="embedFull_"]:has(img[src*="i.ytimg.com"]) {
  max-width: 750px !important;

  [class^="gridContainer_"] {
    max-width: 750px !important;
  }

  [class*="embedMedia_"],[class^="image"] {
    max-width: 750px !important;
    max-height: unset !important;

    [class^="imageContainer_"] {
      max-width: 750px !important;
      aspect-ratio: 16/9 !important;
      border-radius: 20px;

      img {
        max-width: 750px !important;
        max-height: unset !important;
        aspect-ratio: 16/9 !important;
        border-radius: 20px;
      }
    }

    & > [class^="embedVideo_"] {
      max-width: 750px !important;
      aspect-ratio: 16/9;
      padding: 0 !important;
      border-radius: 20px;

      & > iframe {
        max-width: unset !important;
        max-height: unset !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 20px;
      }
    }
  }
}