Sha256: b188fb69c268cc549b5d258100d945d213a85edc4278cf0f0303e49f082fbd8f
Contents?: true
Size: 566 Bytes
Versions: 452
Compression:
Stored size: 566 Bytes
Contents
// Govspeak media player // https://components.publishing.service.gov.uk/component-guide/govspeak/with_youtube_embed // // Support: // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .gem-c-govspeak__youtube-video { position: relative; height: 0; overflow: hidden; margin-top: govuk-spacing(2); margin-bottom: govuk-spacing(2); padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 56.25%; } .gem-c-govspeak__youtube-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
Version data entries
452 entries across 452 versions & 1 rubygems