I have issue but with expressengine2. I have added zoom.js to product page, zoom works but not pulling ee2 large image. In zoom.js I have found 2 places with image source but cannot figure out how to insert ee2 code for image.
Zoom.js code:
if($("div.zoomdiv").get().length==0){$(this).after("<div class='zoomdiv'>"{image_large}</div>");I need to insert code below:
{exp:brilliant_retail:image src="{image_large}" width="390" height="320"}or
{image_large}I think I’m missing punctuation or something..
Can anybody help me?