Sha256: 8b9458eaf8f2689439ef6fcc7fadae198cbcd756697aa27b30134215c210e17e
Contents?: true
Size: 786 Bytes
Versions: 25
Compression:
Stored size: 786 Bytes
Contents
SocialStream::Documents.setup do |config| # Configure picture thumbnails # # config.picture_styles = { # :thumb48sq => ["48x48"], # :thumbwall => ["130x97#"], # # midwall preserves A4 proportion: 210x297 # :midwall => ["80x113#"], # :preview => ["500>"] # } # Configure audio thumbnails # # config.audio_styles = { :webma => {:format => 'webm'} } # Configure video thumbnails # # @@video_styles = { # :webm => { :format => 'webm' }, # :flv => { :format => 'flv' }, # :mp4 => { :format => 'mp4' }, # :poster => { :format => 'png', :time => 5 }, # :thumb48sq => { :geometry => "48x48" , :format => 'png', :time => 5 }, # :thumbwall => { :geometry => "130x97#", :format => 'png', :time => 5 } # } end
Version data entries
25 entries across 25 versions & 2 rubygems