mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix vimeo_simple thumb scaling
This commit is contained in:
parent
8de5324479
commit
b84389c5e0
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ if (!doNotTrack) {
|
|||
background: #000;
|
||||
}
|
||||
.__h_video img {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
background: #000;
|
||||
}
|
||||
.__h_video img {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue