Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created December 2, 2015 19:30
Show Gist options
  • Save ABooooo/3288bfcf21a90fea4aae to your computer and use it in GitHub Desktop.
Save ABooooo/3288bfcf21a90fea4aae to your computer and use it in GitHub Desktop.
change width and height attribut
$("img").attr({
"width": "100%",
"height": "auto"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment