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

Version Path
alchemy_cms-6.1.10 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.9 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.8 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.7 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.6 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.5 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.14 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.4 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-7.0.0.pre.a app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.13 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.3 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.2 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.1 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.1.0 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.12 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.11 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.10 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.9 app/views/alchemy/ingredients/_video_view.html.erb