Noosfero/noosfero

View on GitHub
app/helpers/cropped_image_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CroppedImageHelper
  PREVIEW_IMAGE_MEASURES = {
    "default" => { width: "0", height: "0" },
    "profile" => { width: "100", height: "100" },
    "blog" => { width: "178", height: "34" },
    "article" => { width: "100", height: "100" },
  }
end