mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Fix vimeo_simple thumb scaling
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
8de5324479
commit
b84389c5e0
@@ -283,7 +283,7 @@ if (!doNotTrack) {
|
|||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
.__h_video img {
|
.__h_video img {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
.__h_video img {
|
.__h_video img {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user