Created
June 10, 2018 05:46
-
-
Save kobusan/a2f2338190d8388942ba0921f8c7bbfe to your computer and use it in GitHub Desktop.
my-responsive.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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