portfolio/themes/naej-ananke/layouts/shortcodes/iframe.html

5 lines
257 B
HTML

<div class="embed iframe">
<iframe src="{{ .Get "src"}}" allowfullscreen="{{.Get "allowfullscreen"}}" width="{{ .Get "width"}}" height="{{ .Get "height" }}" frameborder="0"><a href="{{ .Get "altLink"}}">href= "{{ .Get "altText"}}" </a></iframe>
</div>