oembed.frame.css

Same filename in this branch
  1. 11.x core/themes/stable9/css/media/oembed.frame.css
Same filename and directory in other branches
  1. 10 core/themes/stable9/css/media/oembed.frame.css
  2. 10 core/modules/media/css/oembed.frame.css
  3. 9 core/themes/stable9/css/media/oembed.frame.css
  4. 9 core/themes/stable/css/media/oembed.frame.css
  5. 9 core/modules/media/css/oembed.frame.css
  6. 8.9.x core/themes/stable/css/media/oembed.frame.css
  7. 8.9.x core/modules/media/css/oembed.frame.css
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

File

core/modules/media/css/oembed.frame.css

View source
  1. iframe {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. margin: 0;
  8. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.