Skip to content

Instantly share code, notes, and snippets.

@kobusan
Created June 10, 2018 05:46
Show Gist options
  • Save kobusan/a2f2338190d8388942ba0921f8c7bbfe to your computer and use it in GitHub Desktop.
Save kobusan/a2f2338190d8388942ba0921f8c7bbfe to your computer and use it in GitHub Desktop.
my-responsive.js
$(window).on('load resize', function(){
var w = $(window).width() * 1.05;
$('img.my_responsive').attr('width', w);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment