Skip to content

Commit

Permalink
Dev: basics for imageselectjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 27, 2016
1 parent 505d05f commit f2d6264
Showing 1 changed file with 6 additions and 2 deletions.
@@ -1,7 +1,11 @@
"use strict";
var IMAGESELECT = function(options){
var IMAGESELECT = function(item, options){
var baseSettings = {

keepAspect : options.keepAspect || true,
horizontalScroll: options.horizontalScroll || false,
crop_or_resize : options.crop_or_resize || 'resize'
};


return {};
};

0 comments on commit f2d6264

Please sign in to comment.