Fix vimeo_simple thumb scaling
authorAlex <onedrawingperday@gmail.com>
Wed, 30 May 2018 06:43:08 +0000 (09:43 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 30 May 2018 09:30:28 +0000 (11:30 +0200)
tpl/tplimpl/embedded/templates.autogen.go
tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html

index ece776c4e82e374d4d23c1af9f3b190649c04647..2aa7e406411f9a1d15c8a9d5499308d13e2c686f 100644 (file)
@@ -283,7 +283,7 @@ if (!doNotTrack) {
    background: #000;
 }
 .__h_video img {
-   max-width: 100%;
+   width: 100%;
    height: auto;
    color: #000;
 }
index 4ba880613a97526c498488ec30d43daa175fa47a..da1bb82ebddbbf2787a522f3b029cafcfcad8527 100644 (file)
@@ -12,7 +12,7 @@
    background: #000;
 }
 .__h_video img {
-   max-width: 100%;
+   width: 100%;
    height: auto;
    color: #000;
 }