answersmain.js 136 B

1234567891011
  1. $(function(){
  2. $('.js_centerImg img').each(function(){
  3. $('.js_centerImg img').css({'height':'auto','width':'100%'});
  4. })
  5. })