chuz-img.html 170 B

12345
  1. <div style='position: relative; width: 100%; height:{{.Get "height" }}px;'>
  2. <amp-img class='contain'
  3. layout='fill'
  4. src='{{.Get "src" }}'></amp-img>
  5. </div>