Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/images/uva_primary_rgb_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions source/javascripts/settings.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var MEME_SETTINGS = {
// Image overlay color, or blank ('') for no overlay:
overlayColor: '#000',
// Overlay color options: set to empty array to disable overlay options selector.
overlayColorOpts: ['#000', '#777', '#2980b9'],
overlayColorOpts: ['#000', '#777', '#2980b9', '#232D4B'],
paddingRatio: 0.05, // Percentage of canvas width to use as edge padding.

// Text alignment: valid settings are "left", "center", and "right".
Expand All @@ -55,7 +55,8 @@ var MEME_SETTINGS = {
// Otherwise, just leave "data" attributes blank and allow images to load from your server.
watermarkOpts: [
{text: 'Vox', value: '<%= image_path("vox.png") %>', data: '<%= asset_data_uri("vox.png") %>'},
{text: 'The Verge', value: '<%= image_path("theverge.png") %>', data: ''}
{text: 'The Verge', value: '<%= image_path("theverge.png") %>', data: ''},
{text: 'UVA', value: '<%= image_path("uva_primary_rgb_white.png") %>', data: ''}
],

width: 755 // Canvas rendering width.
Expand Down