shithub: hugo

Download patch

ref: b84389c5e0e1ef15449b24d488bbbcbc41245c59
parent: 8de53244799f0d2d0343056d348d810343cf7aa5
author: Alex <[email protected]>
date: Wed May 30 05:43:08 EDT 2018

Fix vimeo_simple thumb scaling

--- a/tpl/tplimpl/embedded/templates.autogen.go
+++ b/tpl/tplimpl/embedded/templates.autogen.go
@@ -283,7 +283,7 @@
    background: #000;
 }
 .__h_video img {
-   max-width: 100%;
+   width: 100%;
    height: auto;
    color: #000;
 }
--- a/tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html
+++ b/tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html
@@ -12,7 +12,7 @@
    background: #000;
 }
 .__h_video img {
-   max-width: 100%;
+   width: 100%;
    height: auto;
    color: #000;
 }