Add background placeholder for thumbnails
This commit is contained in:
parent
d169c4ad46
commit
d6bd50ba1d
|
@ -26,10 +26,11 @@
|
||||||
|
|
||||||
/deep/ .video-thumbnail {
|
/deep/ .video-thumbnail {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: auto;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
width: $video-thumbnail-width;
|
||||||
|
height: $video-thumbnail-height;
|
||||||
|
background-color: #ececec;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
|
|
Loading…
Reference in New Issue