/ Published in: jQuery
custom call to control cjObjectScaler
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jQuery("div.widget-listing a img").each(function() { jQuery(this).cjObjectScaler({ method: "fill", fade: 800 }); });