the function theme_image_style seems doesn't work with storage api, it still returns internal url.

$variables = array(
            'style_name' => 'thumbnail',
            'path' => $uri,
            'width' => '',
            'height' => '',
          );
          $thumbnail .= theme_image_style($variables);

Comments

jbrown’s picture

what URI are you passing it?

rogical’s picture

Status: Active » Fixed

thanks, its solved by update the image style settings with storage setting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.