Sha256: d7561f0d2b669e570e678fa4177ad58346a4465f80a484510b8af0d5cf01ac11
Contents?: true
Size: 552 Bytes
Versions: 1
Compression:
Stored size: 552 Bytes
Contents
<figure class="video-container <%= klass %>" id="<%= id %>"> <div style="width:100%;height:0;padding-bottom:56%;position:relative;"> <iframe src="https://giphy.com/embed/<%= embed_id %>" width="100%" height="100%" style="position:absolute" frameborder="0" class="giphy-embed" webkitallowfullscreen mozallowfullscreen allowFullScreen></iframe> </div> <% unless caption.to_s.empty? %> <figcaption class="caption video-caption video-caption-giphy"> <%= MarkdownMedia.render_markdown caption %> </figcaption> <% end %> </figure>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_media-1.4 | lib/templates/giphy.erb |