Skip to content
Snippets Groups Projects
Commit 822843c4 authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

fix(post): fix the size of embedded YouTube videos.

parent 20bcf1e3
No related branches found
No related tags found
2 merge requests!807V3.0.2,!799Resolve "[1][Ghost] - Mise en page des vidéos dans les articles"
......@@ -47,6 +47,7 @@ h1 {
}
.description {
position: relative;
a {
font-size: $font-size-small;
color: $red;
......@@ -64,11 +65,6 @@ h1 {
::ng-deep img {
height: 100%;
}
::ng-deep iframe {
width: 100% !important;
max-height: 400px;
height: 100vw;
}
::ng-deep .kg-embed-card {
max-height: 400px;
iframe {
......@@ -83,4 +79,9 @@ h1 {
text-align: center;
}
}
iframe {
position: relative;
width: 100%;
height: 400px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment