Sha256: 8c426a8df6ed4fa79d9f496327222926b5bb362799ee4d4dc8081d54342c2b25

Contents?: true

Size: 1.22 KB

Versions: 27

Compression:

Stored size: 1.22 KB

Contents

<% if Hyrax.config.display_media_download_link? %>
    <div>
      <h2 class="sr-only"><%= t('hyrax.file_set.show.downloadable_content.heading') %></h2>
      <video controls="controls" class="video-js vjs-default-skin" style="width:100%" data-setup="{}" controlsList="nodownload" preload="auto">
        <source src="<%= hyrax.download_path(file_set, file: 'webm') %>" type="video/webm" />
        <source src="<%= hyrax.download_path(file_set, file: 'mp4') %>" type="video/mp4" />
        Your browser does not support the video tag.
      </video>
      <%= link_to t('hyrax.file_set.show.downloadable_content.video_link'),
                  hyrax.download_path(file_set),
                  data: { label: file_set.id },
                  target: :_blank,
                  id: "file_download" %>
    </div>
<% else %>
    <div>
      <video controls="controls" class="video-js vjs-default-skin" style="width:100%" data-setup="{}" controlsList="nodownload" preload="auto">
        <source src="<%= hyrax.download_path(file_set, file: 'webm') %>" type="video/webm" />
        <source src="<%= hyrax.download_path(file_set, file: 'mp4') %>" type="video/mp4" />
        Your browser does not support the video tag.
      </video>
    </div>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.8.0 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.7.2 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.7.1 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.7.0 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.6.0 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.5.1 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.5.0 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.4.1 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.4.0 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.3.3 app/views/hyrax/file_sets/media_display/_video.html.erb
hyrax-2.3.2 app/views/hyrax/file_sets/media_display/_video.html.erb