From b84389c5e0e1ef15449b24d488bbbcbc41245c59 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 30 May 2018 09:43:08 +0300 Subject: [PATCH] Fix vimeo_simple thumb scaling --- tpl/tplimpl/embedded/templates.autogen.go | 2 +- .../embedded/templates/shortcodes/__h_simple_assets.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go index ece776c4..2aa7e406 100644 --- a/tpl/tplimpl/embedded/templates.autogen.go +++ b/tpl/tplimpl/embedded/templates.autogen.go @@ -283,7 +283,7 @@ if (!doNotTrack) { background: #000; } .__h_video img { - max-width: 100%; + width: 100%; height: auto; color: #000; } diff --git a/tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html b/tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html index 4ba88061..da1bb82e 100644 --- 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; } -- 2.30.2