Commit e3bc642bc59351454c38047c0adc375cc7f4547a

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

Preload: none

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 51  
52 52 options[:id] = id
53 53 options[:class] = "video-js vjs-default skin #{classes}"
54   - options[:preload] = 'preload'
  54 + options[:preload] = 'none'
55 55  
56 56 content_tag(:video, options) do
57 57 if url.class == String
... ...