Sha256: 1680b8ba439d24e8b242a9d48c75fff4ca4ca34518bd8015d5267891dbf712f3

Contents?: true

Size: 533 Bytes

Versions: 22

Compression:

Stored size: 533 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,
    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

22 entries across 22 versions & 1 rubygems

Version Path
alchemy_cms-6.0.8 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.7 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.6 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.5 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.4 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.3 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.2 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.1 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc2 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/ingredients/_video_view.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/ingredients/_video_view.html.erb