module.exports.getImageSize = function(column) { if (!column || column === 4) return 'middle'; return column > 4 ? 'small' : 'large'; }