12/26/2014 at 9:58 am
#313401
Keymaster
@ Fabrice
$image = $this->getImageMeta(
array(
'type' => 'photo',
'size' => 'thumbnail',
)
);
This will return an array of image meta which will include its URL.
Hope that helps!
