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
Comment #1
jbrown commentedwhat URI are you passing it?
Comment #2
rogical commentedthanks, its solved by update the image style settings with storage setting.