PLT 783 Fix Previews for removed YouTube videos (#3073)

* PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404

* Updating video poster for video not found (#3072)
Этот коммит содержится в:
enahum
2016-05-20 12:55:52 -03:00
коммит произвёл Christopher Speller
родитель 2a137e97c4
Коммит ed2e37394e
6 изменённых файлов: 87 добавлений и 16 удалений

Просмотреть файл

@@ -10,6 +10,22 @@
max-width: 100%;
}
.video-thumbnail__error {
height: 100%;
line-height: 2;
padding: 110px 0;
text-align: center;
width: 100%;
.fa {
@include opacity(.5);
}
div {
font-size: 1.2em;
}
}
.block {
background-color: alpha-color($black, .5);
border-radius: 10px;
@@ -67,3 +83,7 @@
height: 500px;
}
}
.video-loading {
height: 360px;
}