Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2. $('img').each(function(){
  3. $(this).removeAttr('width')
  4. $(this).removeAttr('height');
  5. });
  6. });
Add Comment
Please, Sign In to add comment