You are here

function theme_imagecache_scale_and_crop in ImageCache 6.2

Same name and namespace in other branches
  1. 5.2 imagecache_actions.inc \theme_imagecache_scale_and_crop()

File

./imagecache_actions.inc, line 72

Code

function theme_imagecache_scale_and_crop($element) {
  return theme_imagecache_resize($element);
}