Back to Hugo

Height

docs/content/en/methods/resource/Height.md

0.161.1583 B
Original Source

{{% include "/_common/methods/resource/global-page-remote-resources.md" %}}

Use the reflect.IsImageResourceWithMeta function to verify that Hugo can determine the dimensions before calling the Height method.

go-html-template
{{ with resources.GetMatch "images/featured.*" }}
  {{ if reflect.IsImageResourceWithMeta . }}
    
  {{ else }}
    
  {{ end }}
{{ end }}