summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2018-05-30 09:43:08 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-05-30 11:30:28 +0200
commitb84389c5e0e1ef15449b24d488bbbcbc41245c59 (patch)
tree78f0fd970bb0ee38798b05ee23ffc2e4222a2d1b /tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html
parent8de53244799f0d2d0343056d348d810343cf7aa5 (diff)
Fix vimeo_simple thumb scaling
Diffstat (limited to 'tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html')
-rw-r--r--tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html2
1 files changed, 1 insertions, 1 deletions
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;
}