Fix youtube_simple thumb scaling
authorAlexandros <onedrawingperday@users.noreply.github.com>
Wed, 23 May 2018 19:22:25 +0000 (22:22 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 23 May 2018 19:22:25 +0000 (21:22 +0200)
Fixes #4761

tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html

index dddefd9ae9435d9dcea6bbc2d227f985c15489c6..1884f7ea20121104d9ec6c4ca379ff771ae60f8b 100644 (file)
@@ -5,15 +5,17 @@
 {{  .Page.Scratch.Set "__h_simple_css" true }}
 <style>
 .__h_youtube {
-   position: relative;padding-bottom: 56.23%;height: 0;
+   position: relative;
+   padding-bottom: 56.23%;
+   height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
 }
 .__h_youtube img {
-   min-width:100%;
-   height:auto;
+   max-width: 100%;
+   height: auto;
    color: #000;
 }
 .__h_youtube .play {