Giphy
A Hugo shortcode to embed Giphy gifs.
# file.md
{{< giphy g7GKcSzwQfugw >}}
# giphy.html
<div style="width:100%;height:0;padding-bottom:40%;position:relative;">
<iframe src="https://giphy.com/embed/{{ (index .Params 0) }}" width="100%" height="100%" style="position:absolute"
frameBorder="0" allowFullScreen></iframe>
</div>