12 lines
244 B
SCSS
12 lines
244 B
SCSS
.oembed {
|
|
background: image-url("ajax-loader2.gif") no-repeat center center;
|
|
width: 100%;
|
|
.thumb, iframe { margin: 10px auto; }
|
|
.thumb {
|
|
@include video-overlay;
|
|
}
|
|
iframe, .thumb img {
|
|
width: 100%;
|
|
min-height: 60%;
|
|
}
|
|
}
|