Use more widely supported MP4 format for gifv's
This commit is contained in:
		@@ -11,8 +11,8 @@ module Paperclip
 | 
			
		||||
 | 
			
		||||
      final_file = Paperclip::Transcoder.make(file, options, attachment)
 | 
			
		||||
 | 
			
		||||
      attachment.instance.file_file_name    = 'media.webm'
 | 
			
		||||
      attachment.instance.file_content_type = 'video/webm'
 | 
			
		||||
      attachment.instance.file_file_name    = 'media.mp4'
 | 
			
		||||
      attachment.instance.file_content_type = 'video/mp4'
 | 
			
		||||
      attachment.instance.type              = MediaAttachment.types[:gifv]
 | 
			
		||||
 | 
			
		||||
      final_file
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user