Image variety keyword when image is not thumbnail


(V Mudgil) #1

Hi,

How can I use the image variety keyword if an image asset id is known but the image is not a thumbnail to any asset.

For example if the image id is 999 and the variety name is 'small' then can we use something like %image_v_small:999%.?


(Bart Banda) #2

Try this

%globals_image_v_small:999%

 

or

 

%globals_asset_assetid:999^as_asset:image_v_small%


(V Mudgil) #3

Thanks a lot, Bart. The latter works for me.