3 lines
214 B
JavaScript
3 lines
214 B
JavaScript
|
$(function () { $('#githubFlair').socialFlair('github', 'millironx', {}); });
|
|||
|
$(".img-src").width($("#main-content").width());
|
|||
|
$(window).resize(function () { $(".img-src").width($("#main-content").width()); })
|