• Hello

    i would like to know if there is a filters or mayube another way
    to add width and hight attributs for gravatars !?

    Thanks

Viewing 1 replies (of 1 total)
  • Just used jQUery .attr() in that problem.

    $( “#gravatars” ).attr({
    height: “auto”, // replace 100% in your ideal height
    width: “100%” // replace auto% in your ideal width
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Use filters to add width and height for gravatars’ is closed to new replies.