"1"); } if ($module == "breakpoints" && $api == "default_breakpoints") { return array("version" => "1"); } if ($module == "picture" && $api == "default_picture_mapping") { return array("version" => "2"); } } /** * Implements hook_image_default_styles(). */ function mkbh_responsive_images_image_default_styles() { $styles = array(); // Exported image style: w730. $styles['w730'] = array( 'label' => 'w730', 'effects' => array( 36 => array( 'name' => 'image_scale', 'data' => array( 'width' => 730, 'height' => '', 'upscale' => 0, ), 'weight' => 1, ), ), ); return $styles; }