google maps api key in time map
Genosis
Whats the URL to see that error firing? the console seams to be saying its coming from a util.js file, but I cant see that file anywhere in our codebase.
have you added anything custom?
ask away.
case 'portrait':
// With a portrait crop, we expect the images to be of people,
// with their head in the upper 3rd of the picture
if ($src_width > $src_height) {
$diff = ($src_width - $src_height);
$src_x_offset = round($diff / 2);
$src_width = $src_height;
}
else {
$diff = ($src_height - $src_width);
$src_y_offset = round($diff / 4);
$src_height = $src_width;
}
$_post['height'] = $_post['width'];
$new_height = $new_width;
break;
