Sha256: b0dd575dbe2a601817d00da7025ac4cad142f9b78816b2f2fc899791e00d332f
Contents?: true
Size: 522 Bytes
Versions: 62
Compression:
Stored size: 522 Bytes
Contents
/*------------------------------------*\ #VIDEO-CONTENT-BLOCK \*------------------------------------*/ .video-content-block {} /** * 1. height & padding applied via style attribute * 2. element selector required to support pasted embed code */ .video-content-block__responsive-frame { /* [1] */ position: relative; iframe { /* [2] */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }
Version data entries
62 entries across 62 versions & 1 rubygems