Sha256: 7a68f7f1d6245bf90878f1796607de3d4df6ca502e27de006c4f8c7ca6cd9bdb
Contents?: true
Size: 574 Bytes
Versions: 18
Compression:
Stored size: 574 Bytes
Contents
<%- if video_view.attachment -%> <%= content_tag :video, controls: video_view.controls, autoplay: video_view.autoplay, loop: video_view.loop, muted: video_view.muted, playsinline: video_view.playsinline, preload: video_view.preload.presence, width: video_view.width.presence, height: video_view.height.presence do %> <%= tag :source, src: alchemy.show_attachment_path( video_view.attachment, format: video_view.attachment.suffix ), type: video_view.attachment.file_mime_type %> <% end %> <%- end -%>
Version data entries
18 entries across 18 versions & 1 rubygems