Fix vimeo_simple thumb scaling

This commit is contained in:
Alex
2018-05-30 09:43:08 +03:00
committed by Bjørn Erik Pedersen
parent 8de5324479
commit b84389c5e0
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
} }

View File

@@ -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;
} }