mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
committed by
Bjørn Erik Pedersen
parent
9ad46a2035
commit
6d69dac9da
@@ -5,15 +5,17 @@
|
|||||||
{{ .Page.Scratch.Set "__h_simple_css" true }}
|
{{ .Page.Scratch.Set "__h_simple_css" true }}
|
||||||
<style>
|
<style>
|
||||||
.__h_youtube {
|
.__h_youtube {
|
||||||
position: relative;padding-bottom: 56.23%;height: 0;
|
position: relative;
|
||||||
|
padding-bottom: 56.23%;
|
||||||
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
background: #000;
|
background: #000;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.__h_youtube img {
|
.__h_youtube img {
|
||||||
min-width:100%;
|
max-width: 100%;
|
||||||
height:auto;
|
height: auto;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
.__h_youtube .play {
|
.__h_youtube .play {
|
||||||
|
Reference in New Issue
Block a user