cjObjectScaler call


/ Published in: jQuery
Save to your folder(s)

custom call to control cjObjectScaler


Copy this code and paste it in your HTML
  1. jQuery("div.widget-listing a img").each(function() {
  2. jQuery(this).cjObjectScaler({
  3. method: "fill",
  4. fade: 800
  5. });
  6. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.