Skip to content

Commit

Permalink
Feature/#500 video embeds (#501)
Browse files Browse the repository at this point in the history
* Adds fluid embed styles for Wistia
  • Loading branch information
coreymcollins authored and Will Schmierer committed Nov 1, 2019
1 parent 44c95aa commit 8d9cfc1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion assets/sass/base/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ img {
} // .gallery-caption

// Fluid embed
.fluid-embed {
.fluid-embed,
.is-provider-wistia-inc {
height: 0;
overflow: hidden;
padding-bottom: 56.25%; // For ratio 16:9. 75% if ratio is 4:3
Expand Down
10 changes: 7 additions & 3 deletions gutenberg-blocks-style.css

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 8d9cfc1

Please sign in to comment.