Commit 9329aecb099c8e147d11c32706106e8563d02bf0

Authored by Fernando Brito
1 parent 5b044bd8
Exists in master and in 2 other branches v2, wikilibras

Preload none on videos

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
@@ -51,7 +51,7 @@ module ApplicationHelper @@ -51,7 +51,7 @@ module ApplicationHelper
51 51
52 options[:id] = id 52 options[:id] = id
53 options[:class] = "video-js vjs-default skin #{classes}" 53 options[:class] = "video-js vjs-default skin #{classes}"
54 - options[:preload] = 'metadata' 54 + options[:preload] = 'none'
55 55
56 content_tag(:video, options) do 56 content_tag(:video, options) do
57 if url.class == String 57 if url.class == String