diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go index ece776c4e..2aa7e4064 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 4ba880613..da1bb82eb 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; }